diff options
author | ChristianChiarulli <[email protected]> | 2019-02-26 20:31:15 -0500 |
---|---|---|
committer | ChristianChiarulli <[email protected]> | 2019-02-26 20:31:15 -0500 |
commit | 1b5b78fdac6c8182f583d4875c621c6e6566182b (patch) | |
tree | 6224155cf9e129d47f0753a104594d8c46bb8de9 /modules/neosnippets.vim | |
parent | 718b37578cca47c3bf25a6a4439f28322b4f46c9 (diff) |
fixed C-l in pydoc overriding my window move mapping, some toggle cammands still don't work, also fixed backticks not appearing
Diffstat (limited to 'modules/neosnippets.vim')
-rw-r--r-- | modules/neosnippets.vim | 6 |
1 files changed, 3 insertions, 3 deletions
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 <expr><TAB> neosnippet#expandable_or_jumpable() ? \ "\<Plug>(neosnippet_expand_or_jump)" : "\<TAB>" " For conceal markers. -if has('conceal') - set conceallevel=2 concealcursor=niv -endif +""if has('conceal') +"" set conceallevel=2 concealcursor=niv +""endif |