- Supported context_filetype.

This commit is contained in:
Shougo Matsushita
2013-05-28 19:22:54 +09:00
parent 92a53f748e
commit abd51a57da
2 changed files with 19 additions and 3 deletions

View File

@@ -59,6 +59,10 @@ Note: neocomplcache is NOT required! But recommended.
Extra snippets files are available in:
https://github.com/honza/vim-snippets
Note: To enable context filetype feature, you must install
context_filetype.vim.
https://github.com/Shougo/context_filetype.vim
==============================================================================
INTERFACE *neosnippet-interface*
@@ -784,6 +788,9 @@ A: You can use |:NeoSnippetSource| for it.
==============================================================================
CHANGELOG *neosnippet-changelog*
2013-05-28
- Supported context_filetype.
2013-05-27
- Added clojure snippets.