From 6556d669a5cbc07919b203d147ba7267a5ee4a58 Mon Sep 17 00:00:00 2001 From: Ben van de Sande Date: Fri, 5 Apr 2013 21:41:16 +0300 Subject: [PATCH] Use vim-snippets instead of snipmate-snippets --- .vimrc | 2 +- README.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 55e98ce..cbd3b66 100644 --- a/.vimrc +++ b/.vimrc @@ -532,7 +532,7 @@ let g:neocomplcache_omni_patterns.ruby = '[^. *\t]\.\h\w*\|\h\w*::' " Use honza's snippets. - let g:neosnippet#snippets_directory='~/.vim/bundle/snipmate-snippets/snippets' + let g:neosnippet#snippets_directory='~/.vim/bundle/vim-snippets/snippets' " Enable neosnippet snipmate compatibility mode let g:neosnippet#enable_snipmate_compatibility = 1 diff --git a/README.markdown b/README.markdown index 4ea03ca..908e43c 100644 --- a/README.markdown +++ b/README.markdown @@ -411,7 +411,7 @@ Terminal emulator colorschemes: ## Snippets -It also contains a very complete set of [snippets](http://github.com/spf13/snipmate-snippets) for use with snipmate or [NeoComplCache]. +It also contains a very complete set of [snippets](http://github.com/spf13/vim-snippets) for use with snipmate or [NeoComplCache]. # Intro to VIM