mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
ea357eb320
Can't reliably get this information from cmake (#1267), so it's misleading to show these messages at all. We can always revert this commit if we find a way later.
6 lines
266 B
C
6 lines
266 B
C
#include "${PROJECT_SOURCE_DIR}/src/nvim/vim.h"
|
|
char_u *default_vim_dir = (char_u *)"${CMAKE_INSTALL_PREFIX}/share/nvim";
|
|
char_u *default_vimruntime_dir = (char_u *)"";
|
|
char_u *compiled_user = (char_u *)"${USERNAME}";
|
|
char_u *compiled_sys = (char_u *)"${HOSTNAME}";
|