diff --git a/README.md b/README.md index b808364..87e20a5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ name. Note: neocomplcache is NOT required! But recommended. Extra snippets files are available in: -[snipmate-snippets](https://github.com/honza/snipmate-snippets) +[vim-snippets](https://github.com/honza/vim-snippets) Installation ------------ @@ -95,10 +95,10 @@ endif If you want to use a different collection of snippets than the built-in ones, then you can set a path to the snippets with the `g:neosnippet#snippets_directory` variable (e.g [Honza's -Snippets](https://github.com/honza/snipmate-snippets)) +Snippets](https://github.com/honza/vim-snippets)) ```vim " Tell Neosnippet about the other snippets -let g:neosnippet#snippets_directory='~/.vim/bundle/snipmate-snippets/snippets' +let g:neosnippet#snippets_directory='~/.vim/bundle/vim-snippets/snippets' ``` diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index 6807b55..00563d8 100755 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -57,7 +57,7 @@ Note: If you want to complete snippets, you must install neocomplcache Note: neocomplcache is NOT required! But recommended. Extra snippets files are available in: -https://github.com/honza/snipmate-snippets +https://github.com/honza/vim-snippets ============================================================================== INTERFACE *neosnippet-interface* @@ -736,6 +736,7 @@ Note: But you must unmap the mappings in select mode manually. < Q: Error using snipmate-snippets +Note: snipmate-snippets is currently vim-snippets. https://github.com/Shougo/neosnippet/issues/86 A: Please try below settings. It defines snipMate function.