mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 9.0.0107: condition always has the same value
Problem: Condition always has the same value. Solution: Remove the condition.
This commit is contained in:
parent
cb36c2a3cd
commit
72981ac94f
@ -3997,10 +3997,7 @@ trans_function_name(
|
|||||||
{
|
{
|
||||||
if (vim9script && lead == 2 && !ASCII_ISUPPER(*lv.ll_name))
|
if (vim9script && lead == 2 && !ASCII_ISUPPER(*lv.ll_name))
|
||||||
{
|
{
|
||||||
semsg(_(vim9script
|
semsg(_(e_function_name_must_start_with_capital_str), start);
|
||||||
? e_function_name_must_start_with_capital_str
|
|
||||||
: e_function_name_must_start_with_capital_or_s_str),
|
|
||||||
start);
|
|
||||||
goto theend;
|
goto theend;
|
||||||
}
|
}
|
||||||
lead = 3;
|
lead = 3;
|
||||||
|
@ -735,6 +735,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
107,
|
||||||
/**/
|
/**/
|
||||||
106,
|
106,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user