mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 08:48:16 +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:
@@ -737,7 +737,7 @@ void win_set_minimal_style(win_T *wp)
|
||||
}
|
||||
|
||||
// TODO(bfredl): this could use a highlight namespace directly,
|
||||
// and avoid pecularities around window options
|
||||
// and avoid peculiarities around window options
|
||||
char_u *old = (char_u *)wp->w_p_winhl;
|
||||
wp->w_p_winhl = ((*old == NUL)
|
||||
? xstrdup("EndOfBuffer:")
|
||||
|
Reference in New Issue
Block a user