mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Use NVIM instead of VIM in default title.
This commit is contained in:
parent
0e65caa40e
commit
a39ce92f0b
@ -2679,7 +2679,7 @@ void maketitle(void)
|
||||
|
||||
append_arg_number(curwin, buf, SPACE_FOR_ARGNR, FALSE);
|
||||
|
||||
STRCAT(buf, " - VIM");
|
||||
STRCAT(buf, " - NVIM");
|
||||
|
||||
if (maxlen > 0) {
|
||||
/* make it shorter by removing a bit in the middle */
|
||||
|
Loading…
Reference in New Issue
Block a user