summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-27 22:02:02 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-27 22:02:02 +0200
commitc9dcb427042eaecd95231682d559408bd5c7c46c (patch)
treec9515650e08867a9bdab0acec9dbf29ce6170d02 /src/version.c
parent9b846cb8ac0f1db4ffecdd2dabb0b99758228f74 (diff)
downloadvim-c9dcb427042eaecd95231682d559408bd5c7c46c.zip
updated for version 7.3.1252
Problem: Gvim does not find the toolbar bitmap files in ~/vimfiles/bitmaps if the corresponding menu command contains additional characters like the shortcut marker '&' or if you use a non-english locale. Solution: Use menu->en_dname or menu->dname. (Martin Gieseking)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a83e923b7..83487c7c6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1252,
+/**/
1251,
/**/
1250,