mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	vim-patch:8.1.0753: printf format not checked for semsg() (#16378)
Problem:    printf format not checked for semsg().
Solution:   Add GNUC attribute and fix reported problems. (Dominique Pelle,
            closes vim/vim#3805)
b5443cc46d
(Most of the changes do not apply because Neovim already uses PRId64 and other spelling mistakes were already fixed.)
			
			
This commit is contained in:
		| @@ -6184,7 +6184,7 @@ static void do_ucmd(exarg_T *eap) | |||||||
|         } |         } | ||||||
|       } |       } | ||||||
|  |  | ||||||
|       // break if there no <item> is found |       // break if no <item> is found | ||||||
|       if (start == NULL || end == NULL) { |       if (start == NULL || end == NULL) { | ||||||
|         break; |         break; | ||||||
|       } |       } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Volodymyr Kot
					Volodymyr Kot