summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-12-11 18:18:06 +0100
committerBram Moolenaar <Bram@vim.org>2013-12-11 18:18:06 +0100
commitc8020ee825b9d9196b1329c0e097424576fc9b3a (patch)
tree7457739d4f16f661e07a188f85687990cb78b196 /src/version.c
parent910cffbb5ea2df88688301168eb04926c9e68990 (diff)
downloadvim-git-7.4.123.tar.gz
updated for version 7.4.123v7.4.123
Problem: Win32: Getting user name does not use wide function. Solution: Use GetUserNameW() if possible. (Ken Takata)
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 4bfd68ff9..8a44a1c54 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 123,
+/**/
122,
/**/
121,