• R/O
  • SSH

vim: Commit

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


Commit MetaInfo

Revision15146eaa0e9c6dd6802cf70a2da3b220992eda1e (tree)
Zeit2006-05-10 01:15:42
Autorvimboss
Commitervimboss

Log Message

updated for version 7.0-001

Ändern Zusammenfassung

Diff

diff -r 4bac29d27e2f -r 15146eaa0e9c src/option.c
--- a/src/option.c Sun May 07 15:16:06 2006 +0000
+++ b/src/option.c Tue May 09 16:15:42 2006 +0000
@@ -2294,7 +2294,7 @@
22942294 {(char_u *)0L, (char_u *)0L}
22952295 #endif
22962296 },
2297- {"spellsuggest", "sps", P_STRING|P_VI_DEF|P_EXPAND|P_SECURE,
2297+ {"spellsuggest", "sps", P_STRING|P_VI_DEF|P_EXPAND|P_SECURE|P_COMMA,
22982298 #ifdef FEAT_SPELL
22992299 (char_u *)&p_sps, PV_NONE,
23002300 {(char_u *)"best", (char_u *)0L}
diff -r 4bac29d27e2f -r 15146eaa0e9c src/version.c
--- a/src/version.c Sun May 07 15:16:06 2006 +0000
+++ b/src/version.c Tue May 09 16:15:42 2006 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 1,
671+/**/
670672 0
671673 };
672674
Show on old repository browser