diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-04-27 05:52:04 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2024-04-27 05:52:15 +0800 |
commit | a1568f5df0c37d8cab6999fecd5eaa6bab8ad5ec (patch) | |
tree | f9677160806b8dd9cd2b91ed53f401b582faa9f1 | |
parent | f1f5fb911b575372fef49a13d86079b5902ada76 (diff) | |
download | rneovim-a1568f5df0c37d8cab6999fecd5eaa6bab8ad5ec.tar.gz rneovim-a1568f5df0c37d8cab6999fecd5eaa6bab8ad5ec.tar.bz2 rneovim-a1568f5df0c37d8cab6999fecd5eaa6bab8ad5ec.zip |
vim-patch:00ae5c5cba7b
runtime(doc): fix typo
https://github.com/vim/vim/commit/00ae5c5cba7b2b42662687b3150397fe1737fba0
Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r-- | runtime/doc/usr_41.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index f096201e0f..9515548cc5 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -948,7 +948,7 @@ Syntax and highlighting: *syntax-functions* *highlighting-functions* synIDattr() get a specific attribute of a syntax ID synIDtrans() get translated syntax ID synstack() get list of syntax IDs at a specific position - synconcealed() get info about (synax) concealing + synconcealed() get info about (syntax) concealing diff_hlID() get highlight ID for diff mode at a position matchadd() define a pattern to highlight (a "match") matchaddpos() define a list of positions to highlight |