mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 02:38:19 +00:00
remove DO_AUTOCHDIR
This commit is contained in:
@@ -184,6 +184,4 @@
|
||||
# define MB_CHAR2LEN(c) (has_mbyte ? mb_char2len(c) : 1)
|
||||
# define PTR2CHAR(p) (has_mbyte ? mb_ptr2char(p) : (int)*(p))
|
||||
|
||||
# define DO_AUTOCHDIR if (p_acd) do_autochdir();
|
||||
|
||||
# define RESET_BINDING(wp) (wp)->w_p_scb = FALSE; (wp)->w_p_crb = FALSE
|
||||
|
Reference in New Issue
Block a user