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