- Improved documentation.

This commit is contained in:
Shougo Matsushita
2013-06-05 14:29:46 +09:00
parent 9c5ac40e9d
commit 839509337c
2 changed files with 25 additions and 8 deletions

View File

@@ -52,9 +52,10 @@ INSTALL *neosnippet-install*
(usually ~/.vim/ or Program Files/Vim/vimfiles on Windows).
Note: If you want to complete snippets, you must install neocomplcache
(https://github.com/Shougo/neocomplcache).
(https://github.com/Shougo/neocomplcache.vim) or
neocomplete(https://github.com/Shougo/neocomplete.vim).
Note: neocomplcache is NOT required! But recommended.
Note: neocomplcache or neocomplete is NOT required! But recommended.
Extra snippets files are available in:
https://github.com/honza/vim-snippets
@@ -721,6 +722,9 @@ A: You can use |:NeoSnippetSource| for it.
==============================================================================
CHANGELOG *neosnippet-changelog*
2013-06-05
- Improved documentation.
2013-06-04
- Deleted compatibility features.