neosnippet.vim/autoload
Christian Höltje 2fde49493b Add compatability for SnipMate-style abbr
SnipMate-style snippets set the `abbr` (they call it `name`) via
the snippet line.  Note: If both styles are used, then neosnippet
style wins.

Example of SnipMate-style:

    snippet   if   if ... end
    if ${1:condition}
      ${2}
    end

Example of neosnippet-style:

    snippet   if
    abbr      if ... end
    if ${1:condition}
      ${2}
    end
2012-10-28 18:30:51 +09:00
..
neocomplcache/sources - Added options word. 2012-10-21 18:03:10 +09:00
neosnippet - Improved g:neosnippet#disable_select_mode_mappings behavior. 2012-10-27 18:04:53 +09:00
unite/sources - Use head instead of prev_word. 2012-10-21 21:13:26 +09:00
vital - Renamed vital. 2012-09-30 17:18:38 +09:00
neosnippet.vim Add compatability for SnipMate-style abbr 2012-10-28 18:30:51 +09:00
vital.vim - Vitalized. 2012-09-30 17:06:28 +09:00