comparison src/feature.h @ 24268:9257f3980f4a v8.2.2675

patch 8.2.2675: directory change in a terminal window shell is not followed Commit: https://github.com/vim/vim/commit/8b9abfd86c736ed3f298dfa8b50a962c118b3983 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 29 20:49:05 2021 +0200 patch 8.2.2675: directory change in a terminal window shell is not followed Problem: Directory change in a terminal window shell is not followed. Solution: Add the 'autoshelldir' option. (closes https://github.com/vim/vim/issues/6290)
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Mar 2021 21:00:03 +0200
parents b545334ae654
children 7e9e53a0368f
comparison
equal deleted inserted replaced
24267:57c5644a9065 24268:9257f3980f4a
1146 // simplify the code a bit by enabling +syntax when +terminal is enabled 1146 // simplify the code a bit by enabling +syntax when +terminal is enabled
1147 # define FEAT_SYN_HL 1147 # define FEAT_SYN_HL
1148 #endif 1148 #endif
1149 1149
1150 /* 1150 /*
1151 * +autoshelldir 'autoshelldir' option.
1152 */
1153 #if defined(FEAT_TERMINAL)
1154 # define FEAT_AUTOSHELLDIR
1155 #endif
1156 /*
1151 * +textprop and +popupwin Text PROPerties and POPUP windows 1157 * +textprop and +popupwin Text PROPerties and POPUP windows
1152 */ 1158 */
1153 #if defined(FEAT_EVAL) && defined(FEAT_SYN_HL) 1159 #if defined(FEAT_EVAL) && defined(FEAT_SYN_HL)
1154 # define FEAT_PROP_POPUP 1160 # define FEAT_PROP_POPUP
1155 #endif 1161 #endif