mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
doc: fix typos [ci skip] #11787
This commit is contained in:
@@ -3981,7 +3981,7 @@ static void add_keyword(char_u *const name,
|
||||
STRLEN(kp->keyword), hash);
|
||||
|
||||
// even though it looks like only the kp->keyword member is
|
||||
// being used here, vim uses some pointer trickery to get the orignal
|
||||
// being used here, vim uses some pointer trickery to get the original
|
||||
// struct again later by using knowledge of the offset of the keyword
|
||||
// field in the struct. See the definition of the HI2KE macro.
|
||||
if (HASHITEM_EMPTY(hi)) {
|
||||
|
Reference in New Issue
Block a user