]> git.pld-linux.org Git - packages/vim.git/blame - vim-visual.patch
- missing patches/sources
[packages/vim.git] / vim-visual.patch
CommitLineData
c1e9269c
JR
1diff -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.056728 seconds and 4 git commands to generate.