mirror of
https://github.com/vim/vim.git
synced 2025-11-16 23:24:03 -05:00
patch 9.1.1593: Confusing error when compiling incomplete try block
Problem: Confusing error when compiling incomplete try block
(lacygoill)
Solution: Give better error messages (Hirohito Higashi)
fixes: #17833
closes: #17853
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
becf1844e0
commit
27b61f20b7
@@ -719,6 +719,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1593,
|
||||
/**/
|
||||
1592,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user