aboutsummaryrefslogtreecommitdiff
path: root/src/farsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/farsi.h')
-rw-r--r--src/farsi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/farsi.h b/src/farsi.h
index a9dd2fb79f..84c3402431 100644
--- a/src/farsi.h
+++ b/src/farsi.h
@@ -6,6 +6,9 @@
* Do ":help credits" in Vim to see a list of people who contributed.
*/
+#ifndef NEOVIM_FARSI_H
+#define NEOVIM_FARSI_H
+
/*
* Farsi characters are categorized into following types:
*
@@ -224,3 +227,5 @@ EXTERN char_u farsi_text_5[]
= { ' ', YE_, _SIN, RE, ALEF_, _FE, '\0'}
#endif
;
+
+#endif /* NEOVIM_FARSI_H */