Go to file
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
autoload Add compatability for SnipMate-style `abbr` 2012-10-28 18:30:51 +09:00
doc - Improved g:neosnippet#disable_select_mode_mappings behavior. 2012-10-27 18:04:53 +09:00
ftdetect - Added ftdetect file. 2012-05-17 22:16:04 +09:00
ftplugin - Fixed ftplugin error. 2012-03-08 16:28:52 +09:00
indent - Use head instead of prev_word. 2012-10-21 21:13:26 +09:00
plugin - Fixed make cache behavior. 2012-10-19 18:31:55 +09:00
syntax - Added options head. 2012-10-21 17:51:07 +09:00
.gitignore Add .gitignore to ignore doc/tag. 2012-05-05 23:28:47 +08:00