vim-patch:7.4.2010

Problem:    There is a :cbottom command but no :lbottom command.
Solution:   Add :lbottom. (Yegappan Lakshmanan)

537ef08408
This commit is contained in:
James McCoy
2016-12-14 15:33:06 -05:00
parent f224f3fbf1
commit 2c59277ca8
6 changed files with 44 additions and 10 deletions

View File

@@ -1271,6 +1271,12 @@ return {
addr_type=ADDR_LINES,
func='ex_later',
},
{
command='lbottom',
flags=bit.bor(TRLBAR),
addr_type=ADDR_LINES,
func='ex_cbottom',
},
{
command='lbuffer',
flags=bit.bor(BANG, RANGE, NOTADR, WORD1, TRLBAR),