From d7145056c4b3b8177159a085cffbe54c18a7d248 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Wed, 28 Jan 2015 21:51:56 +0900 Subject: [PATCH] Fix concealcursor --- README.md | 2 +- doc/neosnippet.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 809b162..9ea5cf6 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ smap neosnippet#expandable_or_jumpable() ? " For snippet_complete marker. if has('conceal') - set conceallevel=2 concealcursor=i + set conceallevel=2 concealcursor=niv endif ``` diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index 19fcae2..a3a4145 100755 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -338,7 +338,7 @@ EXAMPLES *neosnippet-examples* " For snippet_complete marker. if has('conceal') - set conceallevel=2 concealcursor=i + set conceallevel=2 concealcursor=niv endif " Enable snipMate compatibility feature.