neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit a1568f5df0c37d8cab6999fecd5eaa6bab8ad5ec
parent f1f5fb911b575372fef49a13d86079b5902ada76
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Sat, 27 Apr 2024 05:52:04 +0800

vim-patch:00ae5c5cba7b

runtime(doc): fix typo

https://github.com/vim/vim/commit/00ae5c5cba7b2b42662687b3150397fe1737fba0

Co-authored-by: Christian Brabandt <cb@256bit.org>

Diffstat:
Mruntime/doc/usr_41.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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