Version 4.1 Fatal: split default snippets repository

This commit is contained in:
Shougo Matsushita
2014-01-11 16:29:00 +09:00
parent dcf2d8518c
commit 5dba6a034e
48 changed files with 43 additions and 4586 deletions

View File

@@ -45,6 +45,12 @@ function! s:initialize_script_variables() "{{{
" Set runtime dir.
let runtime_dir = neosnippet#variables#runtime_dir()
let runtime_dir += split(globpath(&runtimepath, 'neosnippets'), '\n')
if empty(runtime_dir) && !g:neosnippet#disable_runtime_snippets
call neosnippet#util#print_error(
\ 'neosnippet default snippets cannot be loaded.')
call neosnippet#util#print_error(
\ 'You must install neosnippet-snippets or disable runtime snippets.')
endif
if g:neosnippet#enable_snipmate_compatibility
" Load snipMate snippet directories.
let runtime_dir += split(globpath(&runtimepath,