mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
set VIMPACKAGE to "nvim"
This commit is contained in:
parent
0690c3358d
commit
81f54f909e
@ -73,7 +73,7 @@ if(HAVE_WORKING_LIBINTL AND GETTEXT_FOUND AND XGETTEXT_PRG AND ICONV_PRG)
|
||||
install_helper(
|
||||
FILES ${moFile}
|
||||
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/nvim/runtime/lang/${name}/LC_MESSAGES
|
||||
RENAME vim.mo)
|
||||
RENAME nvim.mo)
|
||||
|
||||
list(APPEND LANGUAGE_MO_FILES ${moFile})
|
||||
endmacro()
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user