- Added g:neosnippet#enable_preview option.

This commit is contained in:
Shougo Matsushita
2013-03-30 11:28:25 +09:00
parent 876a68afa1
commit 5f69130b33
2 changed files with 13 additions and 2 deletions

View File

@@ -212,6 +212,12 @@ g:neosnippet#enable_snipmate_compatibility
The default value is 0.
g:neosnippet#enable_preview *g:neosnippet#enable_preview*
If it is non 0, neosnippet will enable preview window
feature.
The default value is 0.
------------------------------------------------------------------------------
KEY MAPPINGS *neosnippet-key-mappings*
@@ -752,6 +758,7 @@ CHANGELOG *neosnippet-changelog*
2013-03-30
- Added rst snippets.
- Added g:neosnippet#enable_preview option.
2013-03-24
- Improved documentation.