aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-04-10 01:43:07 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-04-10 01:43:07 -0400
commit1bf1ffc7346c0cc8e8ef337fd94badd3a530e90e (patch)
tree5794dcd00d9d1198fbbb1c6e60739bc6b335283d /runtime/doc/syntax.txt
parentbf2c2b34cf2314a03236c692b02778eb964dcccb (diff)
parentbeccc3e3a132a401c800e77785f52cb0683bd859 (diff)
downloadrneovim-1bf1ffc7346c0cc8e8ef337fd94badd3a530e90e.tar.gz
rneovim-1bf1ffc7346c0cc8e8ef337fd94badd3a530e90e.tar.bz2
rneovim-1bf1ffc7346c0cc8e8ef337fd94badd3a530e90e.zip
Merge pull request #4505 from watiko/vim-runtimes
vim-patch:86ae720,f913281,dd1616e
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 6aed7441a0..d1c1f90c37 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt* For Vim version 7.4. Last change: 2015 Mar 29
+*syntax.txt* For Vim version 7.4. Last change: 2015 Jul 21
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3684,6 +3684,7 @@ Whether or not it is actually concealed depends on the value of the
'conceallevel' option. The 'concealcursor' option is used to decide whether
concealable items in the current line are displayed unconcealed to be able to
edit the line.
+Another way to conceal text with with |matchadd()|.
concealends *:syn-concealends*