comparison src/option.h @ 827:fd1b3406fd1c v7.0d02

updated for version 7.0d02
author vimboss
date Wed, 12 Apr 2006 21:52:12 +0000
parents 57c7403f6599
children 1f3b1021f002
comparison
equal deleted inserted replaced
826:1cdd2661f34c 827:fd1b3406fd1c
661 EXTERN unsigned ssop_flags; 661 EXTERN unsigned ssop_flags;
662 # ifdef IN_OPTION_C 662 # ifdef IN_OPTION_C
663 /* Also used for 'viewoptions'! */ 663 /* Also used for 'viewoptions'! */
664 static char *(p_ssop_values[]) = {"buffers", "winpos", "resize", "winsize", 664 static char *(p_ssop_values[]) = {"buffers", "winpos", "resize", "winsize",
665 "localoptions", "options", "help", "blank", "globals", "slash", "unix", 665 "localoptions", "options", "help", "blank", "globals", "slash", "unix",
666 "sesdir", "curdir", "folds", "cursor", NULL}; 666 "sesdir", "curdir", "folds", "cursor", "tabpages", NULL};
667 # endif 667 # endif
668 # define SSOP_BUFFERS 0x001 668 # define SSOP_BUFFERS 0x001
669 # define SSOP_WINPOS 0x002 669 # define SSOP_WINPOS 0x002
670 # define SSOP_RESIZE 0x004 670 # define SSOP_RESIZE 0x004
671 # define SSOP_WINSIZE 0x008 671 # define SSOP_WINSIZE 0x008
678 # define SSOP_UNIX 0x400 678 # define SSOP_UNIX 0x400
679 # define SSOP_SESDIR 0x800 679 # define SSOP_SESDIR 0x800
680 # define SSOP_CURDIR 0x1000 680 # define SSOP_CURDIR 0x1000
681 # define SSOP_FOLDS 0x2000 681 # define SSOP_FOLDS 0x2000
682 # define SSOP_CURSOR 0x4000 682 # define SSOP_CURSOR 0x4000
683 # define SSOP_TABPAGES 0x8000
683 #endif 684 #endif
684 EXTERN char_u *p_sh; /* 'shell' */ 685 EXTERN char_u *p_sh; /* 'shell' */
685 EXTERN char_u *p_shcf; /* 'shellcmdflag' */ 686 EXTERN char_u *p_shcf; /* 'shellcmdflag' */
686 #ifdef FEAT_QUICKFIX 687 #ifdef FEAT_QUICKFIX
687 EXTERN char_u *p_sp; /* 'shellpipe' */ 688 EXTERN char_u *p_sp; /* 'shellpipe' */