aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
diff options
context:
space:
mode:
authorJun T <takimoto-j@kba.biglobe.ne.jp>2016-02-10 21:34:10 +0900
committerJun T <takimoto-j@kba.biglobe.ne.jp>2016-02-10 21:34:10 +0900
commit81f54f909ec896e65766734e0bd848a3cfa270a2 (patch)
tree1d9cd9e429a18176d0f0885fe4cf64d7f1e46589 /src/nvim/vim.h
parent0690c3358d10efdcc5cbd1ee0cace005ef139c29 (diff)
downloadrneovim-81f54f909ec896e65766734e0bd848a3cfa270a2.tar.gz
rneovim-81f54f909ec896e65766734e0bd848a3cfa270a2.tar.bz2
rneovim-81f54f909ec896e65766734e0bd848a3cfa270a2.zip
set VIMPACKAGE to "nvim"
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r--src/nvim/vim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h
index 5f9785a9a9..762d349470 100644
--- a/src/nvim/vim.h
+++ b/src/nvim/vim.h
@@ -30,7 +30,7 @@ Error: configure did not run properly.Check auto/config.log.
/* Can't use "PACKAGE" here, conflicts with a Perl include file. */
#ifndef VIMPACKAGE
-# define VIMPACKAGE "vim"
+# define VIMPACKAGE "nvim"
#endif
#include "nvim/os/os_defs.h" /* bring lots of system header files */