mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
chore: fix typos (#17755)
Co-authored-by: Jordan Haine <jhaine@securitycompass.com>
This commit is contained in:
@@ -152,7 +152,7 @@ void ui_client_event_grid_line(Array args)
|
||||
Array cells = args.items[3].data.array;
|
||||
|
||||
Integer endcol, clearcol;
|
||||
// TODO(hlpr98): Accomodate other LineFlags when included in grid_line
|
||||
// TODO(hlpr98): Accommodate other LineFlags when included in grid_line
|
||||
LineFlags lineflags = 0;
|
||||
endcol = startcol;
|
||||
|
||||
|
Reference in New Issue
Block a user