artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
775c579
)
numeric variable have to be long as they are used like that
author
niklas
<niklas@openbsd.org>
Fri, 21 Feb 1997 13:48:41 +0000
(13:48 +0000)
committer
niklas
<niklas@openbsd.org>
Fri, 21 Feb 1997 13:48:41 +0000
(13:48 +0000)
usr.bin/vim/option.h
patch
|
blob
|
history
diff --git
a/usr.bin/vim/option.h
b/usr.bin/vim/option.h
index
192fcea
..
6bd901c
100644
(file)
--- 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 */