]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim-visual.patch
update patch status
[packages/vim.git] / vim-visual.patch
index 6fd49aade5eaac84eb6a409e9ed624b5ec873be9..16697200abad705b68adf0ecf9fb09daeede18b5 100644 (file)
@@ -1,13 +1,11 @@
-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 @@
-       }
+--- vim60z/src/screen.c~       Tue Apr 10 15:47:51 2001
++++ vim60z/src/screen.c        Tue Apr 10 15:49:00 2001
+@@ -2328,7 +2328,7 @@
  #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
++      if (!highlight_match && *T_VI == NUL && lnum == curwin->w_cursor.lnum && wp == curwin
+ # ifdef FEAT_GUI
                && !gui.in_use
  # endif
This page took 0.035927 seconds and 4 git commands to generate.