Home
last modified time | relevance | path

Searched refs:DO_AUTOCHDIR (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dmacros.h258 # define DO_AUTOCHDIR do { if (p_acd) do_autochdir(); } while (0) macro
260 # define DO_AUTOCHDIR do { /**/ } while (0) macro
H A Dex_cmds.c1797 DO_AUTOCHDIR; in rename_buffer()
2079 DO_AUTOCHDIR; in do_write()
3012 DO_AUTOCHDIR; in do_ecmd()
H A Dmain.c789 DO_AUTOCHDIR; in vim_main2()
H A Dbuffer.c1872 DO_AUTOCHDIR; in enter_buffer()
H A Dwindow.c4850 DO_AUTOCHDIR; in win_enter_ext()
H A Doption.c3090 DO_AUTOCHDIR; in set_bool_option()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt3612 Solution: Add the DO_AUTOCHDIR macro and do_autochdir(). Use it for
H A Dversion8.txt10646 Solution: Call DO_AUTOCHDIR after startup. (Christian Brabandt, closes #704)
12392 Solution: Invoke DO_AUTOCHDIR after writing the file. (Allen Haim, closes