summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-09-29 13:38:29 +0200
committerBram Moolenaar <Bram@vim.org>2013-09-29 13:38:29 +0200
commit7a18fdc8a4d3c1408f54074ff9268735a277093a (patch)
tree7fb0e40d840bfdecf4e6ab98e69fe6d148176da8 /src/version.c
parent033d8888e8d6648b5540dc3dda85aba3c5a192de (diff)
downloadvim-7a18fdc8a4d3c1408f54074ff9268735a277093a.zip
updated for version 7.4.042
Problem: When using ":setlocal" for 'spell' and 'spellang' then :spelldump doesn't work. (Dimitar Dimitrov) Solution: Copy the option variables to the new window used to show the dump. (Christian Brabandt)
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 9da06c8d4..74a3e7276 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 */
/**/
+ 42,
+/**/
41,
/**/
40,