mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-03 17:24:29 +00:00 
			
		
		
		
	The :version output is already crowded as is, the last thing we need is extraneous messages about who compiled it.
		
			
				
	
	
		
			7 lines
		
	
	
		
			370 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			370 B
		
	
	
	
		
			C
		
	
	
	
	
	
// This is an open source non-commercial project. Dear PVS-Studio, please check
 | 
						|
// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
 | 
						|
#include "${PROJECT_SOURCE_DIR}/src/nvim/vim.h"
 | 
						|
char *default_vim_dir = "${CMAKE_INSTALL_FULL_DATAROOTDIR}/nvim";
 | 
						|
char *default_vimruntime_dir = "";
 | 
						|
char *default_lib_dir = "${CMAKE_INSTALL_FULL_LIBDIR}/nvim";
 |