mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.0-087
This commit is contained in:
@@ -276,3 +276,9 @@
|
||||
# define MB_CHARLEN(p) STRLEN(p)
|
||||
# define PTR2CHAR(p) ((int)*(p))
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_AUTOCHDIR
|
||||
# define DO_AUTOCHDIR if (p_acd) do_autochdir();
|
||||
#else
|
||||
# define DO_AUTOCHDIR
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user