1
0
forked from aniani/vim

updated for version 7.0g03

This commit is contained in:
Bram Moolenaar
2006-05-04 21:54:08 +00:00
parent fdc9f4904e
commit 1471681726
12 changed files with 130 additions and 44 deletions

View File

@@ -3413,6 +3413,13 @@ update_mouseshape(shape_idx)
return;
}
/* When ignoring the mouse don't change shape on the statusline. */
if (*p_mouse == NUL
&& (shape_idx == SHAPE_IDX_CLINE
|| shape_idx == SHAPE_IDX_STATUS
|| shape_idx == SHAPE_IDX_VSEP))
shape_idx = -2;
if (shape_idx == -2
&& old_mouse_shape != shape_table[SHAPE_IDX_CLINE].mshape
&& old_mouse_shape != shape_table[SHAPE_IDX_STATUS].mshape