angular-vim-snippets icon indicating copy to clipboard operation
angular-vim-snippets copied to clipboard

use $0 for last stop postion in snippets

Open xc1427 opened this issue 7 years ago • 0 comments

I've made the following improvement:

  • Replace the last stop position by ${0} in snipMate snippets.
  • Remove a few unnecessary stop positions (e.g. {{${1:binding}}} ${2})
  • Update angularJS version to 1.6.3 in snippets
  • Add last stop position to ngdc snippets

All these changes have passed my manual tests.

xc1427 avatar Mar 25 '17 22:03 xc1427