diff options
author | James McCoy <jamessan@jamessan.com> | 2016-12-14 15:33:06 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-27 14:10:28 -0500 |
commit | 2c59277ca867cb3cb0144adedcfe05373d5498de (patch) | |
tree | b0e300dd9cd10698d3f1f19641855a6a0e38a488 /src/nvim/version.c | |
parent | f224f3fbf11ffd3095843c597045ca95c8241fcf (diff) | |
download | rneovim-2c59277ca867cb3cb0144adedcfe05373d5498de.tar.gz rneovim-2c59277ca867cb3cb0144adedcfe05373d5498de.tar.bz2 rneovim-2c59277ca867cb3cb0144adedcfe05373d5498de.zip |
vim-patch:7.4.2010
Problem: There is a :cbottom command but no :lbottom command.
Solution: Add :lbottom. (Yegappan Lakshmanan)
https://github.com/vim/vim/commit/537ef08408c50e0c4104d57f74993b3b0ed9560d
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 9a273dd66c..512d52cbc4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -430,7 +430,7 @@ static int included_patches[] = { 2013, 2012, 2011, - // 2010, + 2010, // 2009, // 2008, 2007, |