mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 17:12:40 +00:00
Merge pull request #1005 '[RFC] Change vimdir path from vim to nvim'
This commit is contained in:
@@ -171,6 +171,8 @@ if(BUSTED_PRG)
|
|||||||
DEPENDS nvim-test unittest-headers)
|
DEPENDS nvim-test unittest-headers)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
install(DIRECTORY runtime DESTINATION share/nvim/)
|
||||||
|
|
||||||
# Unfortunately, the below does not work under Ninja. Ninja doesn't use a
|
# Unfortunately, the below does not work under Ninja. Ninja doesn't use a
|
||||||
# pseudo-tty when launching processes, because it can put many jobs in parallel
|
# pseudo-tty when launching processes, because it can put many jobs in parallel
|
||||||
# and eat-up all the available pseudo-ttys. Unfortunately, that doesn't work
|
# and eat-up all the available pseudo-ttys. Unfortunately, that doesn't work
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#include "${PROJECT_SOURCE_DIR}/src/nvim/vim.h"
|
#include "${PROJECT_SOURCE_DIR}/src/nvim/vim.h"
|
||||||
char_u *default_vim_dir = (char_u *)"${CMAKE_INSTALL_PREFIX}/share/vim";
|
char_u *default_vim_dir = (char_u *)"${CMAKE_INSTALL_PREFIX}/share/nvim";
|
||||||
char_u *default_vimruntime_dir = (char_u *)"";
|
char_u *default_vimruntime_dir = (char_u *)"";
|
||||||
char_u *all_cflags = (char_u *)"${COMPILER_FLAGS}";
|
char_u *all_cflags = (char_u *)"${COMPILER_FLAGS}";
|
||||||
char_u *all_lflags = (char_u *)"${LINKER_FLAGS}";
|
char_u *all_lflags = (char_u *)"${LINKER_FLAGS}";
|
||||||
|
|||||||
Reference in New Issue
Block a user