From f1980468b0a397d36318a409d3677bc13d307392 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Tue, 23 Jun 2015 21:51:53 +0900 Subject: [PATCH] Improve documentation --- README.md | 2 +- doc/neosnippet.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1272509..8ae59ad 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ smap neosnippet#expandable_or_jumpable() ? \ "\(neosnippet_expand_or_jump)" \: "\" -" For snippet_complete marker. +" For conceal markers. if has('conceal') set conceallevel=2 concealcursor=niv endif diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index 0f8adf8..440ba8b 100755 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -337,7 +337,7 @@ EXAMPLES *neosnippet-examples* " \ "\(neosnippet_expand_or_jump)" " \: "\" - " For snippet_complete marker. + " For conceal markers. if has('conceal') set conceallevel=2 concealcursor=niv endif