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 9e34110 commit 68c85fcCopy full SHA for 68c85fc
2 files changed
src/farsi.c
@@ -764,8 +764,8 @@ fkmap(int c)
764
if (!p_ri)
765
dec_cursor();
766
767
- chg_c_toX_orX ();
768
- chg_l_toXor_X ();
+ chg_c_toX_orX ();
+ chg_l_toXor_X ();
769
770
771
inc_cursor();
@@ -1243,7 +1243,7 @@ fkmap(int c)
1243
1244
1245
1246
- tempc = LA;
+ tempc = LA;
1247
}
1248
else
1249
{
src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
748
749
static int included_patches[] =
750
{ /* Add new patch number below this line */
751
+/**/
752
+ 1412,
753
/**/
754
1411,
755
0 commit comments