• R/O
  • SSH

vim: Commit

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


Commit MetaInfo

Revisióna0a98a0f12816722b1792141edb3625dd72eb5bb (tree)
Tiempo2008-06-21 01:51:41
Autorvimboss
Commitervimboss

Log Message

updated for version 7.1-326

Cambiar Resumen

Diferencia incremental

diff -r 3c251a30c8cc -r a0a98a0f1281 src/ex_docmd.c
--- a/src/ex_docmd.c Fri Jun 20 16:31:07 2008 +0000
+++ b/src/ex_docmd.c Fri Jun 20 16:51:41 2008 +0000
@@ -2142,7 +2142,9 @@
21422142
21432143 #endif
21442144
2145- if (*p == '!' && ea.cmdidx != CMD_substitute) /* forced commands */
2145+ /* forced commands */
2146+ if (*p == '!' && ea.cmdidx != CMD_substitute
2147+ && ea.cmdidx != CMD_smagic && ea.cmdidx != CMD_snomagic)
21462148 {
21472149 ++p;
21482150 ea.forceit = TRUE;
diff -r 3c251a30c8cc -r a0a98a0f1281 src/version.c
--- a/src/version.c Fri Jun 20 16:31:07 2008 +0000
+++ b/src/version.c Fri Jun 20 16:51:41 2008 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 326,
671+/**/
670672 325,
671673 /**/
672674 324,
Show on old repository browser