]> git.pld-linux.org Git - packages/vim.git/commitdiff
new offical vim patches
authorArtur Frysiak <artur@frysiak.net>
Wed, 28 Jan 2004 10:21:34 +0000 (10:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    6.2.212 -> 1.1
    6.2.213 -> 1.1
    6.2.214 -> 1.1

6.2.212 [new file with mode: 0644]
6.2.213 [new file with mode: 0644]
6.2.214 [new file with mode: 0644]

diff --git a/6.2.212 b/6.2.212
new file mode 100644 (file)
index 0000000..1838218
--- /dev/null
+++ b/6.2.212
@@ -0,0 +1,74 @@
+To: vim-dev@vim.org
+Subject: Patch 6.2.212
+Fcc: outbox
+From: Bram Moolenaar <Bram@moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=ISO-8859-1
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 6.2.212 (after 6.2.199)
+Problem:    NetBeans: Replacing with a count is not handled correctly.
+Solution:   Move reporting the change outside of the loop for the count.
+           (Gordon Prieur)
+Files:     src/normal.c
+
+
+*** ../vim-6.2.211/src/normal.c        Sun Jan 25 19:40:26 2004
+--- src/normal.c       Tue Jan 27 17:06:04 2004
+***************
+*** 6134,6149 ****
+                           || cap->nchar == ']'))
+                   showmatch();
+               ++curwin->w_cursor.col;
+  #ifdef FEAT_NETBEANS_INTG
+!              if (usingNetbeans)
+!              {
+!                  colnr_T start = (colnr_T)(curwin->w_cursor.col
+!                                                             - cap->count1);
+!                  netbeans_inserted(curbuf, curwin->w_cursor.lnum, start,
+!                           (int)cap->count1, &ptr[start], (int)cap->count1);
+!              }
+! #endif
+           }
+  
+           /* mark the buffer as changed and prepare for displaying */
+           changed_bytes(curwin->w_cursor.lnum,
+--- 6134,6149 ----
+                           || cap->nchar == ']'))
+                   showmatch();
+               ++curwin->w_cursor.col;
++          }
+  #ifdef FEAT_NETBEANS_INTG
+!          if (usingNetbeans)
+!          {
+!              colnr_T start = (colnr_T)(curwin->w_cursor.col - cap->count1);
+! 
+!              netbeans_inserted(curbuf, curwin->w_cursor.lnum, start,
+!                      (int)cap->count1, &ptr[start], (int)cap->count1);
+           }
++ #endif
+  
+           /* mark the buffer as changed and prepare for displaying */
+           changed_bytes(curwin->w_cursor.lnum,
+*** ../vim-6.2.211/src/version.c       Sun Jan 25 20:45:55 2004
+--- src/version.c      Tue Jan 27 17:08:48 2004
+***************
+*** 639,640 ****
+--- 639,642 ----
+  {   /* Add new patch number below this line */
++ /**/
++     212,
+  /**/
+
+-- 
+DENNIS: Oh, very nice. King, eh!  I expect you've got a palace and fine
+        clothes and courtiers and plenty of food.  And how d'you get that?  By
+        exploiting the workers! By hanging on to outdated imperialist dogma
+        which perpetuates the social and economic differences in our society!
+                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
+
+ /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
+///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
+ \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
diff --git a/6.2.213 b/6.2.213
new file mode 100644 (file)
index 0000000..a32fcba
--- /dev/null
+++ b/6.2.213
@@ -0,0 +1,59 @@
+To: vim-dev@vim.org
+Subject: Patch 6.2.213
+Fcc: outbox
+From: Bram Moolenaar <Bram@moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=ISO-8859-1
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 6.2.213 (after 6.2.208)
+Problem:    Using marker folding, "{{{1" doesn't start a new fold when already
+           at fold level 1. (Servatius Brandt)
+Solution:   Correctly compute the number of folds that start at "{{{1".
+Files:     src/fold.c
+
+
+*** ../vim-6.2.212/src/fold.c  Sun Jan 25 20:33:47 2004
+--- src/fold.c Mon Jan 26 16:08:12 2004
+***************
+*** 3005,3012 ****
+               {
+                   flp->lvl = n;
+                   flp->lvl_next = n;
+!                  if (n < start_lvl)
+!                      flp->start = 0;
+                   else
+                       flp->start = n - start_lvl;
+               }
+--- 3005,3012 ----
+               {
+                   flp->lvl = n;
+                   flp->lvl_next = n;
+!                  if (n <= start_lvl)
+!                      flp->start = 1;
+                   else
+                       flp->start = n - start_lvl;
+               }
+*** ../vim-6.2.212/src/version.c       Tue Jan 27 17:09:16 2004
+--- src/version.c      Tue Jan 27 17:54:13 2004
+***************
+*** 639,640 ****
+--- 639,642 ----
+  {   /* Add new patch number below this line */
++ /**/
++     213,
+  /**/
+
+-- 
+OLD WOMAN: Well, how did you become king, then?
+ARTHUR: The Lady of the Lake, her arm clad in the purest shimmering samite,
+        held Excalibur aloft from the bosom of the water to signify by Divine
+        Providence ...  that I, Arthur, was to carry Excalibur ...  That is
+        why I am your king!
+                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
+
+ /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
+///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
+ \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
diff --git a/6.2.214 b/6.2.214
new file mode 100644 (file)
index 0000000..804bb0b
--- /dev/null
+++ b/6.2.214
@@ -0,0 +1,48 @@
+To: vim-dev@vim.org
+Subject: Patch 6.2.214 (extra)
+Fcc: outbox
+From: Bram Moolenaar <Bram@moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=ISO-8859-1
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 6.2.214 (after 6.2.211) (extra)
+Problem:    Warning for an unused variable.
+Solution:   Delete the declaration. (Bill McCarthy)
+Files:     src/gui_w48.c
+
+
+*** ../vim-6.2.213/src/gui_w48.c       Sun Jan 25 20:45:55 2004
+--- src/gui_w48.c      Mon Jan 26 20:08:56 2004
+***************
+*** 2842,2848 ****
+      UINT    cFiles = DragQueryFile(hDrop, DRAGQVAL, szFile, BUFPATHLEN);
+      UINT    i;
+      char_u  **fnames;
+-     char_u  redo_dirs = FALSE;
+      POINT   pt;
+      int_u   modifiers = 0;
+  
+--- 2842,2847 ----
+*** ../vim-6.2.213/src/version.c       Tue Jan 27 17:55:24 2004
+--- src/version.c      Wed Jan  1 01:31:25 2003
+***************
+*** 639,640 ****
+--- 639,642 ----
+  {   /* Add new patch number below this line */
++ /**/
++     214,
+  /**/
+
+-- 
+DENNIS: Look,  strange women lying on their backs in ponds handing out
+        swords ... that's no basis for a system of government.  Supreme
+        executive power derives from a mandate from the masses, not from some
+        farcical aquatic ceremony.
+                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
+
+ /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
+///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
+ \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
This page took 0.199774 seconds and 4 git commands to generate.