=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/vim/Attic/option.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/vim/Attic/option.h 1996/09/07 21:40:27 1.1 +++ src/usr.bin/vim/Attic/option.h 1996/09/21 06:23:15 1.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: option.h,v 1.1 1996/09/07 21:40:27 downsj Exp $ */ +/* $OpenBSD: option.h,v 1.2 1996/09/21 06:23:15 downsj Exp $ */ /* vi:set ts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar @@ -199,7 +199,9 @@ EXTERN char_u *p_sections; /* sections */ EXTERN int p_secure; /* do .exrc and .vimrc in secure mode */ EXTERN char_u *p_sh; /* name of shell to use */ +EXTERN char_u *p_shcf; /* flag to shell to execute one command */ EXTERN char_u *p_sp; /* string for output of make */ +EXTERN char_u *p_shq; /* quote character(s) for shell */ EXTERN char_u *p_srr; /* string for output of filter */ EXTERN long p_st; /* type of shell */ EXTERN int p_sr; /* shift round off (for < and >) */ @@ -224,6 +226,7 @@ EXTERN int p_timeout; /* mappings entered within one second */ EXTERN long p_tm; /* timeoutlen (msec) */ EXTERN int p_title; /* set window title if possible */ +EXTERN long p_titlelen; /* length of window title in % of Columns */ EXTERN int p_ttimeout; /* key codes entered within one second */ EXTERN long p_ttm; /* key code timeoutlen (msec) */ EXTERN int p_tbi; /* 'ttybuiltin' use builtin termcap first */