vim-patch:7.4.1997

Problem:    Cannot easily scroll the quickfix window.
Solution:   Add ":cbottom".

dcb1700186
This commit is contained in:
James McCoy
2016-12-14 14:36:38 -05:00
parent f613c61dae
commit f224f3fbf1
5 changed files with 59 additions and 16 deletions

View File

@@ -357,6 +357,12 @@ return {
addr_type=ADDR_LINES,
func='ex_cbuffer',
},
{
command='cbottom',
flags=bit.bor(TRLBAR),
addr_type=ADDR_LINES,
func='ex_cbottom',
},
{
command='cc',
flags=bit.bor(RANGE, NOTADR, COUNT, TRLBAR, BANG),