7cd4434a99
Certain non ALGOL-derived languages (notably LISP derivatives) do not share the alphanumeric + underscore definition of a word character. Fortunately, each language FileType has its own definition of a word character, which Vim's regex engine uses when matching against the boundary classes \< and \>. We change the word matching routine of 'w' snippets to use Vim's regex engine instead of a static pattern. |
||
---|---|---|
.. | ||
UltiSnips | ||
snipMate_compatibility.vim | ||
UltiSnips.vim |