1
0
forked from aniani/vim

patch 7.4.2049

Problem:    There is no way to get a list of the error lists.
Solution:   Add ":chistory" and ":lhistory".
This commit is contained in:
Bram Moolenaar
2016-07-16 16:54:24 +02:00
parent a06ecab7a5
commit f6acffbe83
7 changed files with 94 additions and 13 deletions

View File

@@ -122,6 +122,7 @@ static int getargopt(exarg_T *eap);
# define ex_cfile ex_ni
# define qf_list ex_ni
# define qf_age ex_ni
# define qf_history ex_ni
# define ex_helpgrep ex_ni
# define ex_vimgrep ex_ni
#endif