• R/O
  • SSH

vim: Commit

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


Commit MetaInfo

Révisionf6c72dd1962a46aec26c7caac6f1c3789321e91f (tree)
l'heure2006-06-23 04:15:58
Auteurvimboss
Commitervimboss

Message de Log

updated for version 7.0-030

Change Summary

Modification

diff -r 98ef5b0fe076 -r f6c72dd1962a src/ex_cmds.h
--- a/src/ex_cmds.h Thu Jun 22 19:01:34 2006 +0000
+++ b/src/ex_cmds.h Thu Jun 22 19:15:58 2006 +0000
@@ -262,7 +262,7 @@
262262 EX(CMD_comclear, "comclear", ex_comclear,
263263 TRLBAR|CMDWIN),
264264 EX(CMD_compiler, "compiler", ex_compiler,
265- BANG|TRLBAR|WORD1),
265+ BANG|TRLBAR|WORD1|CMDWIN),
266266 EX(CMD_continue, "continue", ex_continue,
267267 TRLBAR|SBOXOK|CMDWIN),
268268 EX(CMD_confirm, "confirm", ex_wrongmodifier,
diff -r 98ef5b0fe076 -r f6c72dd1962a src/version.c
--- a/src/version.c Thu Jun 22 19:01:34 2006 +0000
+++ b/src/version.c Thu Jun 22 19:15:58 2006 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 30,
671+/**/
670672 29,
671673 /**/
672674 28,
Afficher sur ancien navigateur de dépôt.