From 537ef08408c50e0c4104d57f74993b3b0ed9560d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 9 Jul 2016 17:56:19 +0200 Subject: patch 7.4.2010 Problem: There is a :cbottom command but no :lbottom command. Solution: Add :lbottom. (Yegappan Lakshmanan) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 08675cd46..b0969bdf7 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2010, /**/ 2009, /**/ -- cgit v1.2.1