mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
vim-patch:9.1.1283: quickfix stack is limited to 10 items
Problem: quickfix and location-list stack is limited to 10 items
Solution: add the 'chistory' and 'lhistory' options to configure a
larger quickfix/location list stack
(64-bitman)
closes: vim/vim#16920
88d41ab270
Co-authored-by: 64-bitman <60551350+64-bitman@users.noreply.github.com>
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
This commit is contained in:
@@ -149,6 +149,8 @@ typedef struct {
|
||||
#define w_p_wfw w_onebuf_opt.wo_wfw // 'winfixwidth'
|
||||
int wo_pvw;
|
||||
#define w_p_pvw w_onebuf_opt.wo_pvw // 'previewwindow'
|
||||
OptInt wo_lhi;
|
||||
#define w_p_lhi w_onebuf_opt.wo_lhi // 'lhistory'
|
||||
int wo_rl;
|
||||
#define w_p_rl w_onebuf_opt.wo_rl // 'rightleft'
|
||||
char *wo_rlc;
|
||||
|
Reference in New Issue
Block a user