From 1b5b78fdac6c8182f583d4875c621c6e6566182b Mon Sep 17 00:00:00 2001 From: ChristianChiarulli Date: Tue, 26 Feb 2019 20:31:15 -0500 Subject: fixed C-l in pydoc overriding my window move mapping, some toggle cammands still don't work, also fixed backticks not appearing --- modules/neosnippets.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/neosnippets.vim') diff --git a/modules/neosnippets.vim b/modules/neosnippets.vim index 8f626ab6..bbb5fc2a 100644 --- a/modules/neosnippets.vim +++ b/modules/neosnippets.vim @@ -17,6 +17,6 @@ smap neosnippet#expandable_or_jumpable() ? \ "\(neosnippet_expand_or_jump)" : "\" " For conceal markers. -if has('conceal') - set conceallevel=2 concealcursor=niv -endif +""if has('conceal') +"" set conceallevel=2 concealcursor=niv +""endif -- cgit v1.2.3