vim-snippets/snippets/javascript
netei 2a173a59f2 Update javascript.snippets : f should expand near words
If you write 

`http.get(f`

and hit tab, `f` won't be expanded to the function snippet.

This merge request fixes this, by specifying that it should be expanded near **w**ord boundaries.

>    w   Word boundary - With this option, the snippet is expanded if
>       the tab trigger start matches a word boundary and the tab trigger end
>       matches a word boundary. In other words the tab trigger must be
>       preceded and followed by non-word characters. Word characters are
>       defined by the 'iskeyword' setting. Use this option, for example, to
>       permit expansion where the tab trigger follows punctuation without
>       expanding suffixes of larger words.
2015-08-19 14:08:02 +02:00
..
javascript-jquery.snippets Moved all javascritp into a javascript. Otherwise, snipmate simply doesnt read them 2014-01-05 11:42:30 +02:00
javascript-requirejs.snippets Correct the indentation of the javascript-requirejs.snippets 2014-09-01 19:20:39 +08:00
javascript.d3.snippets Moved all javascritp into a javascript. Otherwise, snipmate simply doesnt read them 2014-01-05 11:42:30 +02:00
javascript.node.snippets Add shebang for nodejs 2015-03-14 18:34:31 -04:00
javascript.snippets Update javascript.snippets : f should expand near words 2015-08-19 14:08:02 +02:00