We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe4915 commit 7f936daCopy full SHA for 7f936da
src/eval.c
@@ -20899,6 +20899,8 @@ ex_function(eap)
20899
&& (!ASCII_ISALPHA(p[2]) || p[2] == 'r'))
20900
|| (p[0] == 't' && p[1] == 'c'
20901
&& (!ASCII_ISALPHA(p[2]) || p[2] == 'l'))
20902
+ || (p[0] == 'l' && p[1] == 'u' && p[2] == 'a'
20903
+ && !ASCII_ISALPHA(p[3]))
20904
|| (p[0] == 'r' && p[1] == 'u' && p[2] == 'b'
20905
&& (!ASCII_ISALPHA(p[3]) || p[3] == 'y'))
20906
|| (p[0] == 'm' && p[1] == 'z'
src/version.c
@@ -714,6 +714,8 @@ static char *(features[]) =
714
715
static int included_patches[] =
716
{ /* Add new patch number below this line */
717
+/**/
718
+ 350,
719
/**/
720
349,
721
0 commit comments