]> git.pld-linux.org Git - packages/vim.git/commitdiff
- missing patches/sources
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 20 Jul 1999 10:57:21 +0000 (10:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-visual.patch -> 1.1

vim-visual.patch [new file with mode: 0644]

diff --git a/vim-visual.patch b/vim-visual.patch
new file mode 100644 (file)
index 0000000..6fd49aa
--- /dev/null
@@ -0,0 +1,13 @@
+diff -ur vim-5.3.orig/src/screen.c vim-5.3/src/screen.c
+--- vim-5.3.orig/src/screen.c  Sun Aug 23 15:49:32 1998
++++ vim-5.3/src/screen.c       Thu Sep  3 03:45:06 1998
+@@ -1085,7 +1085,8 @@
+       }
+ #ifndef MSDOS
+       /* Check if the character under the cursor should not be inverted */
+-      if (!highlight_match && lnum == curwin->w_cursor.lnum && wp == curwin
++      if (!highlight_match && *T_VI == NUL
++              && lnum == curwin->w_cursor.lnum && wp == curwin
+ # ifdef USE_GUI
+               && !gui.in_use
+ # endif
This page took 0.07114 seconds and 4 git commands to generate.