mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	 34fbfa3586
			
		
	
	34fbfa3586
	
	
	
		
			
			CMake is functions/macros are case-insensitive (unlike variables), but names differing only by case (e.g. "BuildLuaJit" instead of "BuildLuajit") may look the same at a glance. This can be confusing if you do a case-sensitive search, such as by using the * key in neovim to search for other instances of the word under the cursor.