mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +00:00
Use NVIM instead of VIM in default title.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user