From a39ce92f0be2eb2470aecd7e8d7ed4f9b9510fce Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Thu, 23 Jul 2015 14:03:08 -0300 Subject: Use NVIM instead of VIM in default title. --- src/nvim/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c index 4724f98eca..2f87c9cbd2 100644 --- a/src/nvim/buffer.c +++ b/src/nvim/buffer.c @@ -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 */ -- cgit