]> git.pld-linux.org Git - packages/vim.git/blob - vim-visual.patch
- missing patches/sources
[packages/vim.git] / vim-visual.patch
1 diff -ur vim-5.3.orig/src/screen.c vim-5.3/src/screen.c
2 --- vim-5.3.orig/src/screen.c   Sun Aug 23 15:49:32 1998
3 +++ vim-5.3/src/screen.c        Thu Sep  3 03:45:06 1998
4 @@ -1085,7 +1085,8 @@
5         }
6  #ifndef MSDOS
7         /* Check if the character under the cursor should not be inverted */
8 -       if (!highlight_match && lnum == curwin->w_cursor.lnum && wp == curwin
9 +       if (!highlight_match && *T_VI == NUL
10 +               && lnum == curwin->w_cursor.lnum && wp == curwin
11  # ifdef USE_GUI
12                 && !gui.in_use
13  # endif
This page took 0.038649 seconds and 4 git commands to generate.