mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	patch 8.2.1460: error messages are spread out
Problem: Error messages are spread out. Solution: Move more messages into errors.h.
This commit is contained in:
		| @@ -1296,7 +1296,7 @@ ex_match(exarg_T *eap) | ||||
| 	id = eap->line2; | ||||
|     else | ||||
|     { | ||||
| 	emsg(_(e_invcmd)); | ||||
| 	emsg(_(e_invalid_command)); | ||||
| 	return; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user