summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/vim/option.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vim/option.h b/usr.bin/vim/option.h
index 192fceaf189..6bd901cad81 100644
--- a/usr.bin/vim/option.h
+++ b/usr.bin/vim/option.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: option.h,v 1.3 1996/09/26 14:13:08 downsj Exp $ */
+/* $OpenBSD: option.h,v 1.4 1997/02/21 13:48:41 niklas Exp $ */
/* vi:set ts=4 sw=4:
*
* VIM - Vi IMproved by Bram Moolenaar
@@ -116,7 +116,7 @@
*/
#ifdef RIGHTLEFT
-EXTERN int p_aleph; /* Hebrew 'Aleph' encoding */
+EXTERN long p_aleph; /* Hebrew 'Aleph' encoding */
#endif
EXTERN int p_aw; /* auto-write */
EXTERN long p_bs; /* backspace over newlines in insert mode */