diff options
| author | Felipe Oliveira Carvalho <felipekde@gmail.com> | 2014-04-27 21:49:36 -0300 | 
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-02 15:58:33 -0300 | 
| commit | 89e07185e96bcbaeb8009b1dbad161f6b7c8b74c (patch) | |
| tree | 73c1d43cce77dd6d0ecefed7e82fd7219d334730 /src/buffer_defs.h | |
| parent | 8500eeed86f1cc19f7d038031436a09f80cc6ce9 (diff) | |
| download | rneovim-89e07185e96bcbaeb8009b1dbad161f6b7c8b74c.tar.gz rneovim-89e07185e96bcbaeb8009b1dbad161f6b7c8b74c.tar.bz2 rneovim-89e07185e96bcbaeb8009b1dbad161f6b7c8b74c.zip | |
Remove the code related to the shortname option
Diffstat (limited to 'src/buffer_defs.h')
| -rw-r--r-- | src/buffer_defs.h | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/src/buffer_defs.h b/src/buffer_defs.h index cbc8ab148c..fd28368b4d 100644 --- a/src/buffer_defs.h +++ b/src/buffer_defs.h @@ -596,7 +596,6 @@ struct file_buffer {    char_u      *b_p_qe;          /* 'quoteescape' */    int b_p_ro;                   /* 'readonly' */    long b_p_sw;                  /* 'shiftwidth' */ -  int b_p_sn;                   /* 'shortname' */    int b_p_si;                   /* 'smartindent' */    long b_p_sts;                 /* 'softtabstop' */    long b_p_sts_nopaste;          /* b_p_sts saved for paste mode */ @@ -698,8 +697,6 @@ struct file_buffer {                                     are not used!  Use the B_SPELL macro to                                     access b_spell without #ifdef. */ -  int b_shortname;              /* this file has an 8.3 file name */ -    synblock_T b_s;               /* Info related to syntax highlighting.  w_s                                   * normally points to this, but some windows                                   * may use a different synblock_T. */ | 
