- Improved documentation.

This commit is contained in:
Shougo Matsushita 2012-10-17 14:45:37 +09:00
parent e17f326239
commit 10281266ea
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ g:neosnippet#disable_runtime_snippets
\ } \ }
" Like g:neocomplcache_snippets_disable_runtime_snippets " Like g:neocomplcache_snippets_disable_runtime_snippets
" behavior. " behavior(all runtime snippets are disabled).
let g:neosnippet#disable_runtime_snippets = { let g:neosnippet#disable_runtime_snippets = {
\ '_' : 1, \ '_' : 1,
\ } \ }