Use NVIM instead of VIM in default title.

This commit is contained in:
Felipe Morales 2015-07-23 14:03:08 -03:00
parent 0e65caa40e
commit a39ce92f0b

View File

@ -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 */