Remove the code related to the shortname option

This commit is contained in:
Felipe Oliveira Carvalho
2014-04-27 21:49:36 -03:00
committed by Thiago de Arruda
parent 8500eeed86
commit 89e07185e9
7 changed files with 19 additions and 290 deletions

View File

@@ -466,7 +466,6 @@ void buf_clear_file(buf_T *buf)
{
buf->b_ml.ml_line_count = 1;
unchanged(buf, TRUE);
buf->b_shortname = FALSE;
buf->b_p_eol = TRUE;
buf->b_start_eol = TRUE;
buf->b_p_bomb = FALSE;
@@ -2289,8 +2288,6 @@ setfname (
}
#endif
buf->b_shortname = FALSE;
buf_name_changed(buf);
return OK;
}