mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00

committed by
Justin M. Keyes

parent
a93690bceb
commit
611e379685
@@ -849,7 +849,7 @@ CursorShape tui_cursor_decode_shape(const char *shape_str)
|
||||
|
||||
static cursorentry_T decode_cursor_entry(Dictionary args)
|
||||
{
|
||||
cursorentry_T r;
|
||||
cursorentry_T r = shape_table[0];
|
||||
|
||||
for (size_t i = 0; i < args.size; i++) {
|
||||
char *key = args.items[i].key.data;
|
||||
|
Reference in New Issue
Block a user