mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
Remove the code related to the shortname option
This commit is contained in:

committed by
Thiago de Arruda

parent
8500eeed86
commit
89e07185e9
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user