mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
Remove checks for SHORT_FNAME and USE_LONG_FNAME.
They were only defined for MSDOS which is now unsupported.
This commit is contained in:

committed by
Thiago de Arruda

parent
17d97e725a
commit
cb5acb705a
@@ -596,9 +596,7 @@ struct file_buffer {
|
||||
char_u *b_p_qe; /* 'quoteescape' */
|
||||
int b_p_ro; /* 'readonly' */
|
||||
long b_p_sw; /* 'shiftwidth' */
|
||||
#ifndef SHORT_FNAME
|
||||
int b_p_sn; /* 'shortname' */
|
||||
#endif
|
||||
int b_p_si; /* 'smartindent' */
|
||||
long b_p_sts; /* 'softtabstop' */
|
||||
long b_p_sts_nopaste; /* b_p_sts saved for paste mode */
|
||||
@@ -700,9 +698,7 @@ struct file_buffer {
|
||||
are not used! Use the B_SPELL macro to
|
||||
access b_spell without #ifdef. */
|
||||
|
||||
#ifndef SHORT_FNAME
|
||||
int b_shortname; /* this file has an 8.3 file name */
|
||||
#endif
|
||||
|
||||
synblock_T b_s; /* Info related to syntax highlighting. w_s
|
||||
* normally points to this, but some windows
|
||||
|
Reference in New Issue
Block a user