mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
docs: fix typos (#20394)
Co-authored-by: Raphael <glephunter@gmail.com> Co-authored-by: smjonas <jonas.strittmatter@gmx.de> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -1369,7 +1369,7 @@ static int query_inspect(lua_State *L)
|
||||
lua_rawseti(L, -2, nextitem++); // [retval, patterns, pat, pred]
|
||||
}
|
||||
// last predicate should have ended with TypeDone
|
||||
lua_pop(L, 1); // [retval, patters, pat]
|
||||
lua_pop(L, 1); // [retval, patterns, pat]
|
||||
lua_rawseti(L, -2, (int)i + 1); // [retval, patterns]
|
||||
}
|
||||
lua_setfield(L, -2, "patterns"); // [retval]
|
||||
|
Reference in New Issue
Block a user