mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 18:11:47 +00:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user