aboutsummaryrefslogtreecommitdiff
path: root/src/arabic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arabic.h')
-rw-r--r--src/arabic.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arabic.h b/src/arabic.h
index 9743e8a935..2f956195b1 100644
--- a/src/arabic.h
+++ b/src/arabic.h
@@ -238,7 +238,6 @@
#define a_BYTE_ORDER_MARK 0xfeff
-// Range of Arabic characters that might be shaped.
-#define ARABIC_CHAR(c) ((c) >= a_HAMZA && (c) <= a_MINI_ALEF)
+int arabic_char(int c);
#endif // NEOVIM_ARABIC_H