projects
/
vim
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2a4e33
)
updated for version 7.0-205
v7.0.205
author
Bram Moolenaar
<Bram@vim.org>
Tue, 27 Feb 2007 22:03:05 +0000
(22:03 +0000)
committer
Bram Moolenaar
<Bram@vim.org>
Tue, 27 Feb 2007 22:03:05 +0000
(22:03 +0000)
src/getchar.c
patch
|
blob
|
history
src/version.c
patch
|
blob
|
history
diff --git
a/src/getchar.c
b/src/getchar.c
index 6705202785bed8c34a54824f97be1eee64339a2c..9d8944cb87e42b4fd34197081ae4abc969d316e0 100644
(file)
--- a/
src/getchar.c
+++ b/
src/getchar.c
@@
-4401,7
+4401,6
@@
eval_map_expr(str)
}
#endif
-#if defined(FEAT_EVAL) || defined(PROTO)
/*
* Copy "p" to allocated memory, escaping K_SPECIAL and CSI so that the result
* can be put in the typeahead buffer.
@@
-4440,7
+4439,6
@@
vim_strsave_escape_csi(p)
}
return res;
}
-#endif
/*
* Write map commands for the current mappings to an .exrc file.
diff --git
a/src/version.c
b/src/version.c
index f9ad029a7bebce2e08c121e59a95a8d134fdb83b..c9508b969a2460ead939283b1cd6361288e5a52d 100644
(file)
--- a/
src/version.c
+++ b/
src/version.c
@@
-666,6
+666,8
@@
static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 205,
/**/
204,
/**/