summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-04-01 12:26:46 +0200
committerBram Moolenaar <Bram@vim.org>2014-04-01 12:26:46 +0200
commite7a88a8d4ebd2419ad926578ddc0ee4bf43cf069 (patch)
tree81f49107dac9aeab9408bf66602b9943dcef4f72 /src
parenta392038db5871af6f78fe4d822d9f7126f25eab6 (diff)
downloadvim-git-e7a88a8d4ebd2419ad926578ddc0ee4bf43cf069.tar.gz
updated for version 7.4.230v7.4.230
Problem: Error when using ":options". Solution: Fix the entry for 'lispwords'. (Kenichi Ito)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 2f4c89609..ef8d474d2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 230,
+/**/
229,
/**/
228,