summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-09 17:56:19 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-09 17:56:19 +0200
commit537ef08408c50e0c4104d57f74993b3b0ed9560d (patch)
tree5d056f1711c261ff4c0e157f433308464ba43616 /src/version.c
parented59aa60d3905f935283727f4a7b33c81a00174b (diff)
downloadvim-git-537ef08408c50e0c4104d57f74993b3b0ed9560d.tar.gz
patch 7.4.2010v7.4.2010
Problem: There is a :cbottom command but no :lbottom command. Solution: Add :lbottom. (Yegappan Lakshmanan)
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 08675cd46..b0969bdf7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -759,6 +759,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2010,
+/**/
2009,
/**/
2008,