comparison src/proto/ex_cmds.pro @ 24834:adcd50a18236 v8.2.2955

patch 8.2.2955: Vim9: using filter in compiled command does not work Commit: https://github.com/vim/vim/commit/e729ce294f9756165020ad86e3b98b4112e1a6ab Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 6 21:38:09 2021 +0200 patch 8.2.2955: Vim9: using filter in compiled command does not work Problem: Vim9: using filter in compiled command does not work. Solution: Generate EXEC including the command modifier.
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Jun 2021 21:45:03 +0200
parents f293bb501b30
children
comparison
equal deleted inserted replaced
24833:d672d5756394 24834:adcd50a18236
37 void free_old_sub(void); 37 void free_old_sub(void);
38 int prepare_tagpreview(int undo_sync, int use_previewpopup, use_popup_T use_popup); 38 int prepare_tagpreview(int undo_sync, int use_previewpopup, use_popup_T use_popup);
39 void ex_smile(exarg_T *eap); 39 void ex_smile(exarg_T *eap);
40 void ex_drop(exarg_T *eap); 40 void ex_drop(exarg_T *eap);
41 char_u *skip_vimgrep_pat(char_u *p, char_u **s, int *flags); 41 char_u *skip_vimgrep_pat(char_u *p, char_u **s, int *flags);
42 char_u *skip_vimgrep_pat_ext(char_u *p, char_u **s, int *flags, char_u **nulp, int *cp);
42 void ex_oldfiles(exarg_T *eap); 43 void ex_oldfiles(exarg_T *eap);
43 /* vim: set ft=c : */ 44 /* vim: set ft=c : */