commit | 6c131c43ffb574ab7ea82c2478d16f0babd3ed93 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 19 22:17:30 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 19 22:17:30 2005 +0000 |
tree | cc8fde8abc130dd5f7a072bbd7a93a382372c492 | |
parent | e7c5a156319e0bfc64d90367ca61ef5893a21c9d [diff] [blame] |
updated for version 7.0110
diff --git a/src/structs.h b/src/structs.h index e238d0f..4da6862 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1580,6 +1580,7 @@ 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