]> git.pld-linux.org Git - packages/vim.git/blob - vim-visual.patch
v7.4.998
[packages/vim.git] / vim-visual.patch
1 --- vim60z/src/screen.c~        Tue Apr 10 15:47:51 2001
2 +++ vim60z/src/screen.c Tue Apr 10 15:49:00 2001
3 @@ -2328,7 +2328,7 @@
4  
5  #ifndef MSDOS
6         /* Check if the character under the cursor should not be inverted */
7 -       if (!highlight_match && lnum == curwin->w_cursor.lnum && wp == curwin
8 +       if (!highlight_match && *T_VI == NUL && lnum == curwin->w_cursor.lnum && wp == curwin
9  # ifdef FEAT_GUI
10                 && !gui.in_use
11  # endif
This page took 0.197811 seconds and 3 git commands to generate.