]> git.pld-linux.org Git - packages/vim.git/blame - vim-visual.patch
merge cron-vars-79981.patch patch into vixie.patch
[packages/vim.git] / vim-visual.patch
CommitLineData
47b5adee
JR
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
c1e9269c
JR
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
47b5adee
JR
8+ if (!highlight_match && *T_VI == NUL && lnum == curwin->w_cursor.lnum && wp == curwin
9 # ifdef FEAT_GUI
c1e9269c
JR
10 && !gui.in_use
11 # endif
This page took 0.887472 seconds and 4 git commands to generate.