aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-04-19 23:16:36 -0400
committerGitHub <noreply@github.com>2017-04-19 23:16:36 -0400
commit2fb46adc5e19a0f85deed3983a3b956c31504adf (patch)
treea971e87f03a42c0f8f33c7bdf481f5b3605a8795 /runtime/doc/syntax.txt
parent462c53eb3ea256bb85eb3916400d984347f0626f (diff)
parentb25fa94eb5234e3c5ae1f7b3c0888aac644ae923 (diff)
downloadrneovim-2fb46adc5e19a0f85deed3983a3b956c31504adf.tar.gz
rneovim-2fb46adc5e19a0f85deed3983a3b956c31504adf.tar.bz2
rneovim-2fb46adc5e19a0f85deed3983a3b956c31504adf.zip
Merge pull request #6531 from justinmk/vim-dc1f1645cb49
vim-patch: runtime updates
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt2
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*