comparison src/proto/ex_docmd.pro @ 16427:8c3a1bd270bb v8.1.1218

patch 8.1.1218: cannot set a directory for a tab page commit https://github.com/vim/vim/commit/00aa069db8132851a91cfc5ca7f58ef945c75c73 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 27 20:37:57 2019 +0200 patch 8.1.1218: cannot set a directory for a tab page Problem: Cannot set a directory for a tab page. Solution: Add the tab-local directory. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4212)
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Apr 2019 20:45:05 +0200
parents 5b5c5daf57de
children bcc343175103
comparison
equal deleted inserted replaced
16426:21cad471f04a 16427:8c3a1bd270bb
35 void alist_slash_adjust(void); 35 void alist_slash_adjust(void);
36 void ex_splitview(exarg_T *eap); 36 void ex_splitview(exarg_T *eap);
37 void tabpage_new(void); 37 void tabpage_new(void);
38 void do_exedit(exarg_T *eap, win_T *old_curwin); 38 void do_exedit(exarg_T *eap, win_T *old_curwin);
39 void free_cd_dir(void); 39 void free_cd_dir(void);
40 void post_chdir(int local); 40 void post_chdir(int tablocal, int winlocal);
41 void ex_cd(exarg_T *eap); 41 void ex_cd(exarg_T *eap);
42 void do_sleep(long msec); 42 void do_sleep(long msec);
43 void ex_may_print(exarg_T *eap); 43 void ex_may_print(exarg_T *eap);
44 void ex_redraw(exarg_T *eap); 44 void ex_redraw(exarg_T *eap);
45 int vim_mkdir_emsg(char_u *name, int prot); 45 int vim_mkdir_emsg(char_u *name, int prot);