- Improved FAQ section.

This commit is contained in:
Shougo Matsushita 2012-10-30 11:45:29 +09:00
parent ad5e0067e1
commit 6a2c34bdaa
1 changed files with 9 additions and 0 deletions

View File

@ -511,6 +511,15 @@ Q: Doesn't indent in expanded line:
A: You should use "options indent" in snippet definition. In default,
neosnippet doesn't indent in expanded line.
Q: Neosnippet conflicts with |LustyJuggler|.
http://www.vim.org/scripts/script.php?script_id=2050
A: Please try below settings:
Note: But you must unmap in select mode mappings manually.
>
let g:neosnippet#disable_select_mode_mappings = 0
<
==============================================================================
CHANGELOG *neosnippet-changelog*