aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-01-01 15:00:39 +0100
committerGitHub <noreply@github.com>2023-01-01 15:00:39 +0100
commitc4942880be0521673548c48bf61c1eac6bd37036 (patch)
tree62fa779cea100f27a97035c68dbee0646390af4f /runtime/doc/syntax.txt
parent83e8723864e24d9bf542e779d9612d3ffd014dbf (diff)
downloadrneovim-c4942880be0521673548c48bf61c1eac6bd37036.tar.gz
rneovim-c4942880be0521673548c48bf61c1eac6bd37036.tar.bz2
rneovim-c4942880be0521673548c48bf61c1eac6bd37036.zip
vim-patch:partial:f1dcd14fc5d4 (#21602)
Update runtime files https://github.com/vim/vim/commit/f1dcd14fc5d4370476cd82895a4479ca2d252e54 missing autocmd blocks and getscriptinfo() Co-authored-by: Bram Moolenaar <Bram@vim.org>
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 e8f0924cb4..49ca7e38f6 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -4902,7 +4902,7 @@ in their own color.
*highlight-clear* *:hi-clear*
:hi[ghlight] clear Reset all highlighting to the defaults. Removes all
- highlighting for groups added by the user!
+ highlighting for groups added by the user.
Uses the current value of 'background' to decide which
default colors to use.
If there was a default link, restore it. |:hi-link|