mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
vim-patch:7.4.2200
Problem: Cannot get all information about a quickfix list.
Solution: Add an optional argument to get/set loc/qf list(). (Yegappan
Lakshmanan)
d823fa910c
This commit is contained in:
@@ -126,11 +126,11 @@ return {
|
||||
getftime={args=1},
|
||||
getftype={args=1},
|
||||
getline={args={1, 2}},
|
||||
getloclist={args=1, func='f_getqflist'},
|
||||
getloclist={args={1, 2}},
|
||||
getmatches={},
|
||||
getpid={},
|
||||
getpos={args=1},
|
||||
getqflist={},
|
||||
getqflist={args={0, 1}},
|
||||
getreg={args={0, 3}},
|
||||
getregtype={args={0, 1}},
|
||||
gettabinfo={args={0, 1}},
|
||||
|
Reference in New Issue
Block a user