diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-19 22:17:30 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-19 22:17:30 +0000 |
commit | 6c131c43ffb574ab7ea82c2478d16f0babd3ed93 (patch) | |
tree | cc8fde8abc130dd5f7a072bbd7a93a382372c492 /src/structs.h | |
parent | e7c5a156319e0bfc64d90367ca61ef5893a21c9d (diff) | |
download | vim-git-6c131c43ffb574ab7ea82c2478d16f0babd3ed93.tar.gz |
updated for version 7.0110
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h index e238d0f6d..4da686205 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1580,6 +1580,7 @@ struct window colnr_T w_old_cursor_fcol; /* first column for block visual part */ colnr_T w_old_cursor_lcol; /* last column for block visual part */ linenr_T w_old_visual_lnum; /* last known start of visual part */ + colnr_T w_old_visual_col; /* last known start of visual part */ colnr_T w_old_curswant; /* last known value of Curswant */ #endif |