From 1747ce4581393e27f0394ba03ffaac0838b906ea Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sun, 30 Sep 2012 17:23:02 +0900 Subject: [PATCH] - Improved documentation. --- doc/neosnippet.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index b89d8f6..33033b5 100644 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -46,10 +46,12 @@ neocomplcache interface, you might have less trouble learning it. ============================================================================== INSTALL *neosnippet-install* -1: Install neocomplcache (https://github.com/Shougo/neocomplcache). -2: Extract the file and put files in your Vim directory +1: Extract the file and put files in your Vim directory (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). + ============================================================================== INTERFACE *neosnippet-interface*