• R/O
  • SSH

vim: Commit

Mirror of the Vim source from https://github.com/vim/vim


Commit MetaInfo

Révision7281a86ae640e65e5eff6d6b565be20032f736b3 (tree)
l'heure2007-06-29 04:33:43
Auteurvimboss
Commitervimboss

Message de Log

updated for version 7.1-016

Change Summary

Modification

diff -r 66ddf49935fb -r 7281a86ae640 src/popupmnu.c
--- a/src/popupmnu.c Thu Jun 28 11:07:21 2007 +0000
+++ b/src/popupmnu.c Thu Jun 28 19:33:43 2007 +0000
@@ -466,7 +466,7 @@
466466 set_option_value((char_u *)"bh", 0L,
467467 (char_u *)"wipe", OPT_LOCAL);
468468 set_option_value((char_u *)"diff", 0L,
469- (char_u *)"", OPT_LOCAL);
469+ NULL, OPT_LOCAL);
470470 }
471471 }
472472 if (res == OK)
diff -r 66ddf49935fb -r 7281a86ae640 src/quickfix.c
--- a/src/quickfix.c Thu Jun 28 11:07:21 2007 +0000
+++ b/src/quickfix.c Thu Jun 28 19:33:43 2007 +0000
@@ -2331,7 +2331,7 @@
23312331 set_option_value((char_u *)"bt", 0L, (char_u *)"quickfix",
23322332 OPT_LOCAL);
23332333 set_option_value((char_u *)"bh", 0L, (char_u *)"wipe", OPT_LOCAL);
2334- set_option_value((char_u *)"diff", 0L, (char_u *)"", OPT_LOCAL);
2334+ set_option_value((char_u *)"diff", 0L, NULL, OPT_LOCAL);
23352335 }
23362336
23372337 /* Only set the height when still in the same tab page and there is no
diff -r 66ddf49935fb -r 7281a86ae640 src/version.c
--- a/src/version.c Thu Jun 28 11:07:21 2007 +0000
+++ b/src/version.c Thu Jun 28 19:33:43 2007 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 16,
671+/**/
670672 15,
671673 /**/
672674 14,
Afficher sur ancien navigateur de dépôt.