diff options
Diffstat (limited to 'src/nvim/misc1.c')
-rw-r--r-- | src/nvim/misc1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c index 5f76458275..a66ded13f1 100644 --- a/src/nvim/misc1.c +++ b/src/nvim/misc1.c @@ -203,7 +203,7 @@ open_line ( char_u *ptr; char_u last_char; - pos_T old_cursor = curwin->w_cursor; + old_cursor = curwin->w_cursor; ptr = saved_line; if (flags & OPENLINE_DO_COM) lead_len = get_leader_len(ptr, NULL, FALSE, TRUE); |