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:
James McCoy
2017-02-27 09:52:03 -05:00
parent be65fd88f4
commit c9c3f92b49
8 changed files with 322 additions and 77 deletions

View File

@@ -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}},