comparison src/proto/ex_cmds2.pro @ 11935:976b480ced9a v8.0.0847

patch 8.0.0847: :argadd without argument can't handle space in file name commit https://github.com/vim/vim/commit/398ee7326b78b892a5c8380dfe3f2521a64b4fa7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 3 14:29:14 2017 +0200 patch 8.0.0847: :argadd without argument can't handle space in file name Problem: :argadd without argument can't handle space in file name. (Harm te Hennepe) Solution: Escape the space. (Yasuhiro Matsumoto, closes #1917)
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Aug 2017 14:30:04 +0200
parents 42cd59477698
children 69278c25429d
comparison
equal deleted inserted replaced
11934:695ef5fe791b 11935:976b480ced9a
50 void dialog_changed(buf_T *buf, int checkall); 50 void dialog_changed(buf_T *buf, int checkall);
51 int can_abandon(buf_T *buf, int forceit); 51 int can_abandon(buf_T *buf, int forceit);
52 int check_changed_any(int hidden, int unload); 52 int check_changed_any(int hidden, int unload);
53 int check_fname(void); 53 int check_fname(void);
54 int buf_write_all(buf_T *buf, int forceit); 54 int buf_write_all(buf_T *buf, int forceit);
55 int get_arglist(garray_T *gap, char_u *str);
56 int get_arglist_exp(char_u *str, int *fcountp, char_u ***fnamesp, int wig); 55 int get_arglist_exp(char_u *str, int *fcountp, char_u ***fnamesp, int wig);
57 void set_arglist(char_u *str); 56 void set_arglist(char_u *str);
58 void check_arg_idx(win_T *win); 57 void check_arg_idx(win_T *win);
59 void ex_args(exarg_T *eap); 58 void ex_args(exarg_T *eap);
60 void ex_previous(exarg_T *eap); 59 void ex_previous(exarg_T *eap);