mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
vim-patch:7.4.2049
Problem: There is no way to get a list of the error lists.
Solution: Add ":chistory" and ":lhistory".
f6acffbe83
This commit is contained in:
@@ -461,6 +461,12 @@ return {
|
||||
addr_type=ADDR_LINES,
|
||||
func='ex_checktime',
|
||||
},
|
||||
{
|
||||
command='chistory',
|
||||
flags=bit.bor(TRLBAR),
|
||||
addr_type=ADDR_LINES,
|
||||
func='qf_history',
|
||||
},
|
||||
{
|
||||
command='clist',
|
||||
flags=bit.bor(BANG, EXTRA, TRLBAR, CMDWIN),
|
||||
@@ -1399,6 +1405,12 @@ return {
|
||||
addr_type=ADDR_LINES,
|
||||
func='ex_helpgrep',
|
||||
},
|
||||
{
|
||||
command='lhistory',
|
||||
flags=bit.bor(TRLBAR),
|
||||
addr_type=ADDR_LINES,
|
||||
func='qf_history',
|
||||
},
|
||||
{
|
||||
command='ll',
|
||||
flags=bit.bor(RANGE, NOTADR, COUNT, TRLBAR, BANG),
|
||||
|
Reference in New Issue
Block a user