summaryrefslogtreecommitdiffstats
path: root/src/getchar.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-02-27 22:03:05 +0000
committerBram Moolenaar <Bram@vim.org>2007-02-27 22:03:05 +0000
commit33c4fb68bf0bdfbff1019c1c5b27c20edb4cb1b7 (patch)
tree785a28c857b63e5c7322da1dbba8eebb2c46ec89 /src/getchar.c
parentf2a4e33ffb75a07ce7c64783113c82231b1b979a (diff)
updated for version 7.0-205v7.0.205
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/getchar.c b/src/getchar.c
index 6705202785..9d8944cb87 100644
--- 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.