commit | 537ef08408c50e0c4104d57f74993b3b0ed9560d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 17:56:19 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 17:56:19 2016 +0200 |
tree | 5d056f1711c261ff4c0e157f433308464ba43616 | |
parent | ed59aa60d3905f935283727f4a7b33c81a00174b [diff] [blame] |
patch 7.4.2010 Problem: There is a :cbottom command but no :lbottom command. Solution: Add :lbottom. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 08675cd..b0969bd 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2010, +/**/ 2009, /**/ 2008,