diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-14 17:32:58 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-14 17:32:58 +0200 |
commit | 6af05063707668d28261a5e79cd7851c10586a60 (patch) | |
tree | 2793d50f9c46e9d04eb04323b3214c4dcf4af8e4 /src/version.c | |
parent | 2321c9255e2330439e821d77fe828e5ce8c9d499 (diff) | |
download | vim-git-6af05063707668d28261a5e79cd7851c10586a60.tar.gz |
updated for version 7.2.426v7.2.426
Problem: Commas in 'langmap' are not always handled correctly.
Solution: Require commas to be backslash escaped. (James Vega)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 5cda9f9e1..0572f97a9 100644 --- a/src/version.c +++ b/src/version.c @@ -682,6 +682,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 426, +/**/ 425, /**/ 424, |