diff --git a/doc/neocomplcache-snippets-complete.txt b/doc/neocomplcache-snippets-complete.txt index e1151bc..64a81d7 100644 --- a/doc/neocomplcache-snippets-complete.txt +++ b/doc/neocomplcache-snippets-complete.txt @@ -43,9 +43,9 @@ Changelog |neocomplcache-snippets-complete-changelog| ============================================================================== INTRODUCTION *neocomplcache-snippets-complete-introduction* -This source analyzes snippet files for completion. The plugin offer a function -similar with snipMate.vim and snippetsEmu.vim. Because you can search a -snippet with a function of neocomplcache, you may omit trouble to learn. +This source analyzes snippet files for completion. The source offer a function +similar with snipMate.vim and snippetsEmu.vim. Because you can search a snippet +with a function of neocomplcache, you may omit trouble to learn. ============================================================================== INSTALL *neocomplcache-snippets-complete-install* @@ -205,7 +205,6 @@ neocomplcache snippet feature, define below mappings in your .vimrc. imap (neocomplcache_snippets_expand) smap (neocomplcache_snippets_expand) < - Placeholder feature is available. > snippet if @@ -262,8 +261,13 @@ UNITE SOURCES *neocomplcache-snippets-complete-unite-sources* *neocomplcache-snippets-complete-unite-source-snippet* snippet + The candidates are neocomplcache snippets. The kinds are "snippet". + Normally, used in |(neocomplcache_start_unite_snippet)| mappings. + But you can execute by ":Unite snippet". + You can edit snippet file in "edit" action. + Examples: > - imap (neocomplcache_start_unite_complete) + imap (neocomplcache_start_unite_snippet) < source actions @@ -277,6 +281,7 @@ CHANGELOG *neocomplcache-snippets-complete-changelog* 2012-02-02 - Initial version. +- Improved documentation. ============================================================================== vim:tw=78:ts=8:ft=help:norl:noet:fen:fdl=0:noet: