• R/O
  • SSH

vim: Commit

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


Commit MetaInfo

Revisão183c3187b20dbc6ecc74958e9ba141f0d4f72d23 (tree)
Hora2007-02-28 07:03:05
Autorvimboss
Commitervimboss

Mensagem de Log

updated for version 7.0-205

Mudança Sumário

Diff

diff -r a36d21d4a875 -r 183c3187b20d src/getchar.c
--- a/src/getchar.c Tue Feb 27 17:08:16 2007 +0000
+++ b/src/getchar.c Tue Feb 27 22:03:05 2007 +0000
@@ -4401,7 +4401,6 @@
44014401 }
44024402 #endif
44034403
4404-#if defined(FEAT_EVAL) || defined(PROTO)
44054404 /*
44064405 * Copy "p" to allocated memory, escaping K_SPECIAL and CSI so that the result
44074406 * can be put in the typeahead buffer.
@@ -4440,7 +4439,6 @@
44404439 }
44414440 return res;
44424441 }
4443-#endif
44444442
44454443 /*
44464444 * Write map commands for the current mappings to an .exrc file.
diff -r a36d21d4a875 -r 183c3187b20d src/version.c
--- a/src/version.c Tue Feb 27 17:08:16 2007 +0000
+++ b/src/version.c Tue Feb 27 22:03:05 2007 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 205,
671+/**/
670672 204,
671673 /**/
672674 203,
Show on old repository browser