mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
refactor(options)!: graduate some more shortmess flags
A lot of updated places in the docs were already incorrect since long since they did not reflect the default behaviour. "[dos format]" could've been argued being better for discoverability but that ship has already sailed as it is no longer displayed by default.
This commit is contained in:
@@ -1766,11 +1766,11 @@ restore_backup:
|
||||
xstrlcat(IObuff, _("[Device]"), IOSIZE);
|
||||
insert_space = true;
|
||||
} else if (newfile) {
|
||||
xstrlcat(IObuff, new_file_message(), IOSIZE);
|
||||
xstrlcat(IObuff, _("[New]"), IOSIZE);
|
||||
insert_space = true;
|
||||
}
|
||||
if (no_eol) {
|
||||
msg_add_eol();
|
||||
xstrlcat(IObuff, _("[noeol]"), IOSIZE);
|
||||
insert_space = true;
|
||||
}
|
||||
// may add [unix/dos/mac]
|
||||
|
Reference in New Issue
Block a user