comparison src/proto/quickfix.pro @ 24590:2818f846f099 v8.2.2834

patch 8.2.2834: Vim9: :cexpr does not work with local variables Commit: https://github.com/vim/vim/commit/5f7d4c049e934dbc8d2c3f2720797c10ee3c55c2 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 5 21:31:39 2021 +0200 patch 8.2.2834: Vim9: :cexpr does not work with local variables Problem: Vim9: :cexpr does not work with local variables. Solution: Compile :cexpr.
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 May 2021 21:45:04 +0200
parents 2c40e60017a8
children d7066cbac096
comparison
equal deleted inserted replaced
24589:c770bde164ea 24590:2818f846f099
28 void ex_cfile(exarg_T *eap); 28 void ex_cfile(exarg_T *eap);
29 void ex_vimgrep(exarg_T *eap); 29 void ex_vimgrep(exarg_T *eap);
30 int set_errorlist(win_T *wp, list_T *list, int action, char_u *title, dict_T *what); 30 int set_errorlist(win_T *wp, list_T *list, int action, char_u *title, dict_T *what);
31 int set_ref_in_quickfix(int copyID); 31 int set_ref_in_quickfix(int copyID);
32 void ex_cbuffer(exarg_T *eap); 32 void ex_cbuffer(exarg_T *eap);
33 char_u *cexpr_get_auname(cmdidx_T cmdidx);
34 int trigger_cexpr_autocmd(int cmdidx);
35 int cexpr_core(exarg_T *eap, typval_T *tv);
33 void ex_cexpr(exarg_T *eap); 36 void ex_cexpr(exarg_T *eap);
34 void ex_helpgrep(exarg_T *eap); 37 void ex_helpgrep(exarg_T *eap);
35 void f_getloclist(typval_T *argvars, typval_T *rettv); 38 void f_getloclist(typval_T *argvars, typval_T *rettv);
36 void f_getqflist(typval_T *argvars, typval_T *rettv); 39 void f_getqflist(typval_T *argvars, typval_T *rettv);
37 void f_setloclist(typval_T *argvars, typval_T *rettv); 40 void f_setloclist(typval_T *argvars, typval_T *rettv);