diff options
Diffstat (limited to 'src/nvim/normal.h')
-rw-r--r-- | src/nvim/normal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/normal.h b/src/nvim/normal.h index b9fdd21652..3d7782c05c 100644 --- a/src/nvim/normal.h +++ b/src/nvim/normal.h @@ -39,7 +39,7 @@ typedef struct oparg_S { pos_T end; // end of the operator pos_T cursor_start; // cursor position before motion for "gw" - long line_count; // number of lines from op_start to op_end + linenr_T line_count; // number of lines from op_start to op_end // (inclusive) bool empty; // op_start and op_end the same (only used by // op_change()) |