diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-16 16:52:47 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-19 21:26:16 +0200 |
commit | 5da8bb92fcdd6688c80e803cb557e7b24c6ee391 (patch) | |
tree | ee0505dc9340dcb56171e64e3b4988064820bb1b /runtime/doc/syntax.txt | |
parent | f0c12012d99b33474bd6bb5dcb0ee3a6c6808789 (diff) | |
download | rneovim-5da8bb92fcdd6688c80e803cb557e7b24c6ee391.tar.gz rneovim-5da8bb92fcdd6688c80e803cb557e7b24c6ee391.tar.bz2 rneovim-5da8bb92fcdd6688c80e803cb557e7b24c6ee391.zip |
vim-patch:dc1f1645cb49
Updated runtime files.
https://github.com/vim/vim/commit/dc1f1645cb495fa6bfbe216d7359f23539a0e25d
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 50208640ce..3b54f9f268 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -3739,7 +3739,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()|. +Another way to conceal text is with |matchadd()|. concealends *:syn-concealends* |