diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-16 16:54:24 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-16 16:54:24 +0200 |
commit | f6acffbe83e622542d9fdf3066f51933e46e4954 (patch) | |
tree | 70664752ad37e9760fa63ce2c0f432896022628c /src/proto/quickfix.pro | |
parent | a06ecab7a5159e744448ace731036f0dc5f87dd4 (diff) | |
download | vim-f6acffbe83e622542d9fdf3066f51933e46e4954.zip |
patch 7.4.2049
Problem: There is no way to get a list of the error lists.
Solution: Add ":chistory" and ":lhistory".
Diffstat (limited to 'src/proto/quickfix.pro')
-rw-r--r-- | src/proto/quickfix.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/quickfix.pro b/src/proto/quickfix.pro index a2b6b76cb..02c2d9831 100644 --- a/src/proto/quickfix.pro +++ b/src/proto/quickfix.pro @@ -5,6 +5,7 @@ void copy_loclist(win_T *from, win_T *to); void qf_jump(qf_info_T *qi, int dir, int errornr, int forceit); void qf_list(exarg_T *eap); void qf_age(exarg_T *eap); +void qf_history(exarg_T *eap); void qf_mark_adjust(win_T *wp, linenr_T line1, linenr_T line2, long amount, long amount_after); void ex_cwindow(exarg_T *eap); void ex_cclose(exarg_T *eap); |