diff options
Diffstat (limited to 'src/nvim/normal.c')
| -rw-r--r-- | src/nvim/normal.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c index beeb49ea66..c7f7b569e7 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -3143,7 +3143,7 @@ bool find_decl(char_u *ptr, size_t len, bool locally, bool thisblock, int flags_        }        break;      } -    if (get_leader_len(get_cursor_line_ptr(), NULL, false, true) > 0) { +    if (get_leader_len((char *)get_cursor_line_ptr(), NULL, false, true) > 0) {        // Ignore this line, continue at start of next line.        curwin->w_cursor.lnum++;        curwin->w_cursor.col = 0;  | 
