Home
last modified time | relevance | path

Searched refs:vim_chdirfile (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmisc2.pro44 int vim_chdirfile(char_u *fname, char *trigger_autocmd);
/vim-8.2.3635/src/
H A Dsession.c1284 if (vim_chdirfile(fname, NULL) == OK) in ex_mkrc()
H A Dmain.c278 if (vim_chdirfile(params.fname, "drop") == OK) in VimMain()
H A Dmisc2.c1916 vim_chdirfile(char_u *fname, char *trigger_autocmd) in vim_chdirfile() function
H A Dnetbeans.c2658 if (p_acd && vim_chdirfile(bufp->b_ffname, "auto") == OK) in netbeans_file_opened()
H A Dgui.c5509 else if (vim_chdirfile(p, "drop") == OK) in drop_callback()
H A Dbuffer.c1901 && vim_chdirfile(curbuf->b_ffname, "auto") == OK) in do_autochdir()
H A Dos_win32.c7787 && vim_chdirfile(alist_name(&GARGLIST[0]), "drop") == OK) in fix_arg_enc()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt10301 Solution: Don't call vim_chdirfile() when the file name is NULL. (Taro
10527 Solution: Include handle_drop() and vim_chdirfile() when FEAT_DND is defined.
11399 Solution: Also include vim_chdirfile() when compiling for the Mac.
H A Dversion8.txt26758 Solution: Adjust #ifdef for vim_chdirfile().