0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 7.4.2010

Problem:    There is a :cbottom command but no :lbottom command.
Solution:   Add :lbottom. (Yegappan Lakshmanan)
This commit is contained in:
Bram Moolenaar
2016-07-09 17:56:19 +02:00
parent ed59aa60d3
commit 537ef08408
6 changed files with 44 additions and 9 deletions

View File

@@ -724,6 +724,9 @@ EX(CMD_laddfile, "laddfile", ex_cfile,
EX(CMD_later, "later", ex_later,
TRLBAR|EXTRA|NOSPC|CMDWIN,
ADDR_LINES),
EX(CMD_lbottom, "lbottom", ex_cbottom,
TRLBAR,
ADDR_LINES),
EX(CMD_lbuffer, "lbuffer", ex_cbuffer,
BANG|RANGE|NOTADR|WORD1|TRLBAR,
ADDR_LINES),