From 6a2c34bdaaaba114269e2dfa0afceb8f7327c2f7 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Tue, 30 Oct 2012 11:45:29 +0900 Subject: [PATCH] - Improved FAQ section. --- doc/neosnippet.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index 3800b49..7c69a29 100644 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -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*