• R/O
  • SSH

vim: Commit

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


Commit MetaInfo

Révisiona8bcc7553263bb7a12eec8813270ed34242dcdfd (tree)
l'heure2007-02-04 10:48:10
Auteurvimboss
Commitervimboss

Message de Log

updated for version 7.0-190

Change Summary

Modification

diff -r d763e7d7e938 -r a8bcc7553263 src/syntax.c
--- a/src/syntax.c Sun Feb 04 01:37:39 2007 +0000
+++ b/src/syntax.c Sun Feb 04 01:48:10 2007 +0000
@@ -3206,7 +3206,7 @@
32063206 curbuf->b_syn_spell = SYNSPL_TOP;
32073207 else if (STRNICMP(arg, "notoplevel", 10) == 0 && next - arg == 10)
32083208 curbuf->b_syn_spell = SYNSPL_NOTOP;
3209- else if (STRNICMP(arg, "default", 4) == 0 && next - arg == 4)
3209+ else if (STRNICMP(arg, "default", 7) == 0 && next - arg == 7)
32103210 curbuf->b_syn_spell = SYNSPL_DEFAULT;
32113211 else
32123212 EMSG2(_("E390: Illegal argument: %s"), arg);
diff -r d763e7d7e938 -r a8bcc7553263 src/version.c
--- a/src/version.c Sun Feb 04 01:37:39 2007 +0000
+++ b/src/version.c Sun Feb 04 01:48:10 2007 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 190,
671+/**/
670672 189,
671673 /**/
672674 188,
Afficher sur ancien navigateur de dépôt.