mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	updated for version 7.4.235
Problem: It is not easy to get the full path of a command. Solution: Add the exepath() function.
This commit is contained in:
		| @@ -884,8 +884,9 @@ mch_mkdir(name) | ||||
|  * Return -1 if unknown. | ||||
|  */ | ||||
|     int | ||||
| mch_can_exe(name) | ||||
| mch_can_exe(name, path) | ||||
|     char_u	*name; | ||||
|     char_u	**path; | ||||
| { | ||||
|     /* TODO */ | ||||
|     return -1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user