mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version
Problem: No good reason why the "gf" command is not in the tiny version. Solution: Graduate the file_in_path feature.
This commit is contained in:
@@ -2973,9 +2973,7 @@ struct file_buffer
|
||||
int b_p_si; // 'smartindent'
|
||||
long b_p_sts; // 'softtabstop'
|
||||
long b_p_sts_nopaste; // b_p_sts saved for paste mode
|
||||
#ifdef FEAT_SEARCHPATH
|
||||
char_u *b_p_sua; // 'suffixesadd'
|
||||
#endif
|
||||
int b_p_swf; // 'swapfile'
|
||||
#ifdef FEAT_SYN_HL
|
||||
long b_p_smc; // 'synmaxcol'
|
||||
|
Reference in New Issue
Block a user