#ifndef VIM__H
# define VIM__H
#if defined(__BORLANDC__) && defined(WIN32) && !defined(DEBUG)
#if defined(FEAT_PERL) || \
defined(FEAT_PYTHON) || \
defined(FEAT_PYTHON3) || \
defined(FEAT_RUBY) || \
defined(FEAT_TCL) || \
defined(FEAT_MZSCHEME) || \
defined(DYNAMIC_GETTEXT) || \
defined(DYNAMIC_ICONV) || \
defined(DYNAMIC_IME) || \
defined(XPM)
#pragma option -pc
# else
#pragma option -pr
# endif
#endif
#ifdef HAVE_CONFIG_H
# include "auto/config.h"
# define HAVE_PATHDEF
# if (SIZEOF_INT == 0)
Error: configure did not run properly. Check auto/config.log.
# endif
# if defined(__CYGWIN32__) && defined(HAVE_FCHDIR)
# undef HAVE_FCHDIR
# endif
# define UINT32_TYPEDEF uint32_t
#endif
#if !defined(UINT32_TYPEDEF)
# if defined(uint32_t)
# define UINT32_TYPEDEF uint32_t
# else
# define UINT32_TYPEDEF unsigned int
# endif
#endif
#ifdef __TANDEM
# ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE
# endif
# include <floss.h>
# define ROOT_UID 65535
#else
# define ROOT_UID 0
#endif
#ifdef __EMX__
# include "os_os2_cfg.h"
#endif
#if defined(macintosh) && !defined(MACOS_CLASSIC)
# define MACOS_CLASSIC
#endif
#if defined(MACOS_X_UNIX)
# define MACOS_X
# ifndef HAVE_CONFIG_H
# define UNIX
# endif
# ifndef FEAT_CLIPBOARD
# define FEAT_CLIPBOARD
# endif
#endif
#if defined(MACOS_X) || defined(MACOS_CLASSIC)
# define MACOS
#endif
#if defined(MACOS_X) && defined(MACOS_CLASSIC)
Error: To compile for both MACOS X and Classic use a Classic Carbon
#endif
#if defined(MACOS) && !defined(HAVE_CONFIG_H)
# define FEAT_GUI_MAC
#endif
#if defined(FEAT_GUI_MOTIF) \
|| defined(FEAT_GUI_GTK) \
|| defined(FEAT_GUI_ATHENA) \
|| defined(FEAT_GUI_MAC) \
|| defined(FEAT_GUI_W32) \
|| defined(FEAT_GUI_W16) \
|| defined(FEAT_GUI_PHOTON)
# if !defined(FEAT_GUI) && !defined(NO_X11_INCLUDES)
# define FEAT_GUI
# endif
#endif
#if _MSC_VER >= 1400
# define _CRT_SECURE_NO_DEPRECATE
# define _CRT_NONSTDC_NO_DEPRECATE
#endif
#if defined(FEAT_GUI_W32) || defined(FEAT_GUI_W16)
# define FEAT_GUI_MSWIN
#endif
#if defined(WIN16) || defined(WIN32) || defined(_WIN64)
# define MSWIN
#endif
#if defined(WIN32) || defined(_WIN64)
# define WIN3264
#endif
#ifdef WIN3264
# define SIZEOF_INT 4
#endif
#ifdef MSDOS
# ifdef DJGPP
# ifndef FEAT_GUI_GTK
# define SIZEOF_INT 4
# endif
# define DOS32
# define FEAT_CLIPBOARD
# else
# ifndef FEAT_GUI_GTK
# define SIZEOF_INT 2
# endif
# define SMALL_MALLOC
# define DOS16
# endif
#endif
#ifdef AMIGA
# ifndef FEAT_GUI_GTK
# ifdef __GNUC__
# define SIZEOF_INT 4
# else
# define SIZEOF_INT 2
# endif
# endif
#endif
#ifdef MACOS
# if defined(__POWERPC__) || defined(MACOS_X) || defined(__fourbyteints__) \
|| defined(__MRC__) || defined(__SC__) || defined(__APPLE_CC__)
# define SIZEOF_INT 4
# else
# define SIZEOF_INT 2
# endif
#endif
#ifdef RISCOS
# define SIZEOF_INT 4
#endif
#include "feature.h"
#if defined(HAVE_X11) && defined(WANT_X11)
# define FEAT_X11
#endif
#ifdef NO_X11_INCLUDES
# ifdef FEAT_X11
# undef FEAT_X11
# endif
# ifdef FEAT_GUI_X11
# undef FEAT_GUI_X11
# endif
# ifdef FEAT_XCLIPBOARD
# undef FEAT_XCLIPBOARD
# endif
# ifdef FEAT_GUI_MOTIF
# undef FEAT_GUI_MOTIF
# endif
# ifdef FEAT_GUI_ATHENA
# undef FEAT_GUI_ATHENA
# endif
# ifdef FEAT_GUI_GTK
# undef FEAT_GUI_GTK
# endif
# ifdef FEAT_BEVAL_TIP
# undef FEAT_BEVAL_TIP
# endif
# ifdef FEAT_XIM
# undef FEAT_XIM
# endif
# ifdef FEAT_CLIENTSERVER
# undef FEAT_CLIENTSERVER
# endif
#endif
#if defined(FEAT_MBYTE) && defined(MACOS_X)
# define MACOS_CONVERT
#endif
#ifndef VIMPACKAGE
# define VIMPACKAGE "vim"
#endif
#ifdef AZTEC_C
# include <functions.h>
# define __ARGS(x) x
#endif
#ifdef SASC
# include <clib/exec_protos.h>
# define __ARGS(x) x
#endif
#ifdef _DCC
# include <clib/exec_protos.h>
# define __ARGS(x) x
#endif
#ifdef __TURBOC__
# define __ARGS(x) x
#endif
#ifdef __BEOS__
# include "os_beos.h"
# define __ARGS(x) x
#endif
#if (defined(UNIX) || defined(__EMX__) || defined(VMS)) \
&& (!defined(MACOS_X) || defined(HAVE_CONFIG_H))
# include "os_unix.h"
#endif
#if defined(MACOS) && (defined(__MRC__) || defined(__SC__))
# define __ARGS(x) x
#endif
#ifndef __ARGS
# if defined(__STDC__) || defined(__GNUC__) || defined(WIN3264)
# define __ARGS(x) x
# else
# define __ARGS(x) ()
# endif
#endif
#ifndef __PARMS
# define __PARMS(x) __ARGS(x)
#endif
#ifdef HAVE_ATTRIBUTE_UNUSED
# define UNUSED __attribute__((unused))
#else
# define UNUSED
#endif
#if !defined(__cplusplus) && defined(UNIX) \
&& !defined(MACOS_X)
# include "auto/osdef.h"
#endif
#ifdef __EMX__
# define getcwd _getcwd2
# define chdir _chdir2
# undef CHECK_INODE
#endif
#ifdef AMIGA
# include "os_amiga.h"
#endif
#ifdef MSDOS
# include "os_msdos.h"
#endif
#ifdef WIN16
# include "os_win16.h"
#endif
#ifdef WIN3264
# include "os_win32.h"
#endif
#ifdef __MINT__
# include "os_mint.h"
#endif
#if defined(MACOS)
# if defined(__MRC__) || defined(__SC__)
# define HAVE_SETENV
# endif
# include "os_mac.h"
#endif
#ifdef RISCOS
# include "os_riscos.h"
#endif
#ifdef __QNX__
# include "os_qnx.h"
#endif
#ifdef FEAT_SUN_WORKSHOP
# include "workshop.h"
#endif
#ifdef X_LOCALE
# include <X11/Xlocale.h>
#else
# ifdef HAVE_LOCALE_H
# include <locale.h>
# endif
#endif
#ifndef MAXPATHL
# ifdef MAXPATHLEN
# define MAXPATHL MAXPATHLEN
# else
# define MAXPATHL 256
# endif
#endif
#ifdef BACKSLASH_IN_FILENAME
# define PATH_ESC_CHARS ((char_u *)" \t\n*?[{`%#'\"|!<")
#else
# ifdef VMS
# define PATH_ESC_CHARS ((char_u *)" \t\n*?{`\\%#'\"|!")
# define SHELL_ESC_CHARS ((char_u *)" \t\n*?{`\\%#'|!()&")
# else
# define PATH_ESC_CHARS ((char_u *)" \t\n*?[{`$\\%#'\"|!<")
# define SHELL_ESC_CHARS ((char_u *)" \t\n*?[{`$\\%#'\"|!<>();&")
# endif
#endif
#define NUMBUFLEN 30
typedef unsigned char char_u;
typedef unsigned short short_u;
typedef unsigned int int_u;
#ifdef _WIN64
typedef unsigned __int64 long_u;
typedef __int64 long_i;
# define SCANF_HEX_LONG_U "%Ix"
# define SCANF_DECIMAL_LONG_U "%Iu"
# define PRINTF_HEX_LONG_U "0x%Ix"
#else
# if !defined(_MSC_VER) || (_MSC_VER < 1300)
# define __w64
# endif
typedef unsigned long __w64 long_u;
typedef long __w64 long_i;
# define SCANF_HEX_LONG_U "%lx"
# define SCANF_DECIMAL_LONG_U "%lu"
# define PRINTF_HEX_LONG_U "0x%lx"
#endif
#define PRINTF_DECIMAL_LONG_U SCANF_DECIMAL_LONG_U
#if defined(SIZEOF_OFF_T) && (SIZEOF_OFF_T > SIZEOF_LONG)
# define LONG_LONG_OFF_T
#endif
typedef char_u schar_T;
#ifdef FEAT_SYN_HL
typedef unsigned short sattr_T;
# define MAX_TYPENR 65535
#else
typedef unsigned char sattr_T;
# define MAX_TYPENR 255
#endif
#ifdef FEAT_MBYTE
# ifdef UNICODE16
typedef unsigned short u8char_T;
# else
# if SIZEOF_INT >= 4
typedef unsigned int u8char_T;
# else
typedef unsigned long u8char_T;
# endif
# endif
#endif
#ifndef UNIX
# include <stdio.h>
# include <ctype.h>
#endif
#include "ascii.h"
#include "keymap.h"
#include "term.h"
#include "macros.h"
#ifdef LATTICE
# include <sys/types.h>
# include <sys/stat.h>
#endif
#ifdef _DCC
# include <sys/stat.h>
#endif
#if defined(MSDOS) || defined(MSWIN)
# include <sys/stat.h>
#endif
#ifndef UNIX
# ifdef HAVE_STRING_H
# include <string.h>
# endif
# if defined(HAVE_STRINGS_H) && !defined(NO_STRINGS_WITH_STRING_H)
# include <strings.h>
# endif
# ifdef HAVE_STAT_H
# include <stat.h>
# endif
# ifdef HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#include <assert.h>
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#ifdef HAVE_WCTYPE_H
# include <wctype.h>
#endif
#ifdef HAVE_STDARG_H
# include <stdarg.h>
#endif
# if defined(HAVE_SYS_SELECT_H) && \
(!defined(HAVE_SYS_TIME_H) || defined(SYS_SELECT_WITH_SYS_TIME))
# include <sys/select.h>
# endif
# ifndef HAVE_SELECT
# ifdef HAVE_SYS_POLL_H
# include <sys/poll.h>
# define HAVE_POLL
# else
# ifdef HAVE_POLL_H
# include <poll.h>
# define HAVE_POLL
# endif
# endif
# endif
#ifdef DYNAMIC_IME
# ifndef FEAT_MBYTE_IME
# define FEAT_MBYTE_IME
# endif
#endif
#if defined(FEAT_XIM) \
|| (defined(FEAT_GUI) && (defined(FEAT_MBYTE_IME) || defined(GLOBAL_IME))) \
|| (defined(FEAT_GUI_MAC) && defined(FEAT_MBYTE))
# define USE_IM_CONTROL
#endif
#ifdef DYNAMIC_GETTEXT
# ifndef FEAT_GETTEXT
# define FEAT_GETTEXT
# endif
extern char *(*dyn_libintl_gettext)(const char *msgid);
extern char *(*dyn_libintl_bindtextdomain)(const char *domainname, const char *dirname);
extern char *(*dyn_libintl_bind_textdomain_codeset)(const char *domainname, const char *codeset);
extern char *(*dyn_libintl_textdomain)(const char *domainname);
#endif
#ifdef FEAT_GETTEXT
# ifdef DYNAMIC_GETTEXT
# define _(x) (*dyn_libintl_gettext)((char *)(x))
# define N_(x) x
# define bindtextdomain(domain, dir) (*dyn_libintl_bindtextdomain)((domain), (dir))
# define bind_textdomain_codeset(domain, codeset) (*dyn_libintl_bind_textdomain_codeset)((domain), (codeset))
# if !defined(HAVE_BIND_TEXTDOMAIN_CODESET)
# define HAVE_BIND_TEXTDOMAIN_CODESET 1
# endif
# define textdomain(domain) (*dyn_libintl_textdomain)(domain)
# else
# include <libintl.h>
# define _(x) gettext((char *)(x))
# ifdef gettext_noop
# define N_(x) gettext_noop(x)
# else
# define N_(x) x
# endif
# endif
#else
# define _(x) ((char *)(x))
# define N_(x) x
# ifdef bindtextdomain
# undef bindtextdomain
# endif
# define bindtextdomain(x, y)
# ifdef bind_textdomain_codeset
# undef bind_textdomain_codeset
# endif
# define bind_textdomain_codeset(x, y)
# ifdef textdomain
# undef textdomain
# endif
# define textdomain(x)
#endif
#define VALID 10
#define INVERTED 20
#define INVERTED_ALL 25
#define REDRAW_TOP 30
#define SOME_VALID 35
#define NOT_VALID 40
#define CLEAR 50
#define VALID_WROW 0x01
#define VALID_WCOL 0x02
#define VALID_VIRTCOL 0x04
#define VALID_CHEIGHT 0x08
#define VALID_CROW 0x10
#define VALID_BOTLINE 0x20
#define VALID_BOTLINE_AP 0x40
#define VALID_TOPLINE 0x80
#define HL_NORMAL 0x00
#define HL_INVERSE 0x01
#define HL_BOLD 0x02
#define HL_ITALIC 0x04
#define HL_UNDERLINE 0x08
#define HL_UNDERCURL 0x10
#define HL_STANDOUT 0x20
#define HL_ALL 0x3f
#define MSG_HIST 0x1000
#define NORMAL 0x01
#define VISUAL 0x02
#define OP_PENDING 0x04
#define CMDLINE 0x08
#define INSERT 0x10
#define LANGMAP 0x20
#define REPLACE_FLAG 0x40
#define REPLACE (REPLACE_FLAG + INSERT)
#ifdef FEAT_VREPLACE
# define VREPLACE_FLAG 0x80
# define VREPLACE (REPLACE_FLAG + VREPLACE_FLAG + INSERT)
#endif
#define LREPLACE (REPLACE_FLAG + LANGMAP)
#define NORMAL_BUSY (0x100 + NORMAL)
#define HITRETURN (0x200 + NORMAL)
#define ASKMORE 0x300
#define SETWSIZE 0x400
#define ABBREV 0x500
#define EXTERNCMD 0x600
#define SHOWMATCH (0x700 + INSERT)
#define CONFIRM 0x800
#define SELECTMODE 0x1000
#define MAP_ALL_MODES (0x3f | SELECTMODE)
#define FORWARD 1
#define BACKWARD (-1)
#define FORWARD_FILE 3
#define BACKWARD_FILE (-3)
#if !(defined(OK) && (OK == 1))
# define OK 1
#endif
#define FAIL 0
#define NOTDONE 2
#define BF_RECOVERED 0x01
#define BF_CHECK_RO 0x02
#define BF_NEVERLOADED 0x04
#define BF_NOTEDITED 0x08
#define BF_NEW 0x10
#define BF_NEW_W 0x20
#define BF_READERR 0x40
#define BF_DUMMY 0x80
#define BF_PRESERVED 0x100
#define BF_WRITE_MASK (BF_NOTEDITED + BF_NEW + BF_READERR)
#define EXPAND_UNSUCCESSFUL (-2)
#define EXPAND_OK (-1)
#define EXPAND_NOTHING 0
#define EXPAND_COMMANDS 1
#define EXPAND_FILES 2
#define EXPAND_DIRECTORIES 3
#define EXPAND_SETTINGS 4
#define EXPAND_BOOL_SETTINGS 5
#define EXPAND_TAGS 6
#define EXPAND_OLD_SETTING 7
#define EXPAND_HELP 8
#define EXPAND_BUFFERS 9
#define EXPAND_EVENTS 10
#define EXPAND_MENUS 11
#define EXPAND_SYNTAX 12
#define EXPAND_HIGHLIGHT 13
#define EXPAND_AUGROUP 14
#define EXPAND_USER_VARS 15
#define EXPAND_MAPPINGS 16
#define EXPAND_TAGS_LISTFILES 17
#define EXPAND_FUNCTIONS 18
#define EXPAND_USER_FUNC 19
#define EXPAND_EXPRESSION 20
#define EXPAND_MENUNAMES 21
#define EXPAND_USER_COMMANDS 22
#define EXPAND_USER_CMD_FLAGS 23
#define EXPAND_USER_NARGS 24
#define EXPAND_USER_COMPLETE 25
#define EXPAND_ENV_VARS 26
#define EXPAND_LANGUAGE 27
#define EXPAND_COLORS 28
#define EXPAND_COMPILER 29
#define EXPAND_USER_DEFINED 30
#define EXPAND_USER_LIST 31
#define EXPAND_SHELLCMD 32
#define EXPAND_CSCOPE 33
#define EXPAND_SIGN 34
#define EXPAND_PROFILE 35
#define EXPAND_BEHAVE 36
#define EXPAND_FILETYPE 37
#define EXPAND_FILES_IN_PATH 38
#define EXPAND_OWNSYNTAX 39
#define EXMODE_NORMAL 1
#define EXMODE_VIM 2
#define WILD_FREE 1
#define WILD_EXPAND_FREE 2
#define WILD_EXPAND_KEEP 3
#define WILD_NEXT 4
#define WILD_PREV 5
#define WILD_ALL 6
#define WILD_LONGEST 7
#define WILD_LIST_NOTFOUND 1
#define WILD_HOME_REPLACE 2
#define WILD_USE_NL 4
#define WILD_NO_BEEP 8
#define WILD_ADD_SLASH 16
#define WILD_KEEP_ALL 32
#define WILD_SILENT 64
#define WILD_ESCAPE 128
#define EW_DIR 0x01
#define EW_FILE 0x02
#define EW_NOTFOUND 0x04
#define EW_ADDSLASH 0x08
#define EW_KEEPALL 0x10
#define EW_SILENT 0x20
#define EW_EXEC 0x40
#define EW_PATH 0x80
#define FINDFILE_FILE 0
#define FINDFILE_DIR 1
#define FINDFILE_BOTH 2
#ifdef FEAT_VERTSPLIT
# define W_WINCOL(wp) (wp->w_wincol)
# define W_WIDTH(wp) (wp->w_width)
# define W_ENDCOL(wp) (wp->w_wincol + wp->w_width)
# define W_VSEP_WIDTH(wp) (wp->w_vsep_width)
#else
# define W_WINCOL(wp) 0
# define W_WIDTH(wp) Columns
# define W_ENDCOL(wp) Columns
# define W_VSEP_WIDTH(wp) 0
#endif
#ifdef FEAT_WINDOWS
# define W_STATUS_HEIGHT(wp) (wp->w_status_height)
# define W_WINROW(wp) (wp->w_winrow)
#else
# define W_STATUS_HEIGHT(wp) 0
# define W_WINROW(wp) 0
#endif
#ifdef NO_EXPANDPATH
# define gen_expand_wildcards mch_expand_wildcards
#endif
#define FIND_ANY 1
#define FIND_DEFINE 2
#define CHECK_PATH 3
#define ACTION_SHOW 1
#define ACTION_GOTO 2
#define ACTION_SPLIT 3
#define ACTION_SHOW_ALL 4
#ifdef FEAT_INS_EXPAND
# define ACTION_EXPAND 5
#endif
#ifdef FEAT_SYN_HL
# define SST_MIN_ENTRIES 150
# ifdef FEAT_GUI_W16
# define SST_MAX_ENTRIES 500
# else
# define SST_MAX_ENTRIES 1000
# endif
# define SST_FIX_STATES 7
# define SST_DIST 16
# define SST_INVALID (synstate_T *)-1
# define HL_CONTAINED 0x01
# define HL_TRANSP 0x02
# define HL_ONELINE 0x04
# define HL_HAS_EOL 0x08
# define HL_SYNC_HERE 0x10
# define HL_SYNC_THERE 0x20
# define HL_MATCH 0x40
# define HL_SKIPNL 0x80
# define HL_SKIPWHITE 0x100
# define HL_SKIPEMPTY 0x200
# define HL_KEEPEND 0x400
# define HL_EXCLUDENL 0x800
# define HL_DISPLAY 0x1000
# define HL_FOLD 0x2000
# define HL_EXTEND 0x4000
# define HL_MATCHCONT 0x8000
# define HL_TRANS_CONT 0x10000
# define HL_CONCEAL 0x20000
# define HL_CONCEALENDS 0x40000
#endif
#define SEARCH_REV 0x01
#define SEARCH_ECHO 0x02
#define SEARCH_MSG 0x0c
#define SEARCH_NFMSG 0x08
#define SEARCH_OPT 0x10
#define SEARCH_HIS 0x20
#define SEARCH_END 0x40
#define SEARCH_NOOF 0x80
#define SEARCH_START 0x100
#define SEARCH_MARK 0x200
#define SEARCH_KEEP 0x400
#define SEARCH_PEEK 0x800
#define FIND_IDENT 1
#define FIND_STRING 2
#define FIND_EVAL 4
#define FNAME_MESS 1
#define FNAME_EXP 2
#define FNAME_HYP 4
#define FNAME_INCL 8
#define FNAME_REL 16
#define GETF_SETMARK 0x01
#define GETF_ALT 0x02
#define GETF_SWITCH 0x04
#define BLN_CURBUF 1
#define BLN_LISTED 2
#define BLN_DUMMY 4
#define KEY_OPEN_FORW 0x101
#define KEY_OPEN_BACK 0x102
#define KEY_COMPLETE 0x103
#define REMAP_YES 0
#define REMAP_NONE -1
#define REMAP_SCRIPT -2
#define REMAP_SKIP -3
#define SHELL_FILTER 1
#define SHELL_EXPAND 2
#define SHELL_COOKED 4
#define SHELL_DOOUT 8
#define SHELL_SILENT 16
#define SHELL_READ 32
#define SHELL_WRITE 64
#define NODE_NORMAL 0
#define NODE_WRITABLE 1
#define NODE_OTHER 2
#define READ_NEW 0x01
#define READ_FILTER 0x02
#define READ_STDIN 0x04
#define READ_BUFFER 0x08
#define READ_DUMMY 0x10
#define READ_KEEP_UNDO 0x20
#define INDENT_SET 1
#define INDENT_INC 2
#define INDENT_DEC 3
#define FM_BACKWARD 0x01
#define FM_FORWARD 0x02
#define FM_BLOCKSTOP 0x04
#define FM_SKIPCOMM 0x08
#define DOBUF_GOTO 0
#define DOBUF_SPLIT 1
#define DOBUF_UNLOAD 2
#define DOBUF_DEL 3
#define DOBUF_WIPE 4
#define DOBUF_CURRENT 0
#define DOBUF_FIRST 1
#define DOBUF_LAST 2
#define DOBUF_MOD 3
#define RE_SEARCH 0
#define RE_SUBST 1
#define RE_BOTH 2
#define RE_LAST 2
#define RE_MAGIC 1
#define RE_STRING 2
#define RE_STRICT 4
#ifdef FEAT_SYN_HL
# define REX_SET 1
# define REX_USE 2
#endif
#define FPC_SAME 1
#define FPC_DIFF 2
#define FPC_NOTX 4
#define FPC_DIFFX 6
#define FPC_SAMEX 7
#define ECMD_HIDE 0x01
#define ECMD_SET_HELP 0x02
#define ECMD_OLDBUF 0x04
#define ECMD_FORCEIT 0x08
#define ECMD_ADDBUF 0x10
#define ECMD_LASTL (linenr_T)0
#define ECMD_LAST (linenr_T)-1
#define ECMD_ONE (linenr_T)1
#define DOCMD_VERBOSE 0x01
#define DOCMD_NOWAIT 0x02
#define DOCMD_REPEAT 0x04
#define DOCMD_KEYTYPED 0x08
#define DOCMD_EXCRESET 0x10
#define DOCMD_KEEPLINE 0x20
#define BL_WHITE 1
#define BL_SOL 2
#define BL_FIX 4
#define MFS_ALL 1
#define MFS_STOP 2
#define MFS_FLUSH 4
#define MFS_ZERO 8
#define BCO_ENTER 1
#define BCO_ALWAYS 2
#define BCO_NOHELP 4
#define PUT_FIXINDENT 1
#define PUT_CURSEND 2
#define PUT_CURSLINE 4
#define PUT_LINE 8
#define PUT_LINE_SPLIT 16
#define PUT_LINE_FORWARD 32
#define SIN_CHANGED 1
#define SIN_INSERT 2
#define SIN_UNDO 4
#define INSCHAR_FORMAT 1
#define INSCHAR_DO_COM 2
#define INSCHAR_CTRLV 4
#define INSCHAR_NO_FEX 8
#define OPENLINE_DELSPACES 1
#define OPENLINE_DO_COM 2
#define OPENLINE_KEEPTRAIL 4
#define OPENLINE_MARKFIX 8
#define HIST_CMD 0
#define HIST_SEARCH 1
#define HIST_EXPR 2
#define HIST_INPUT 3
#define HIST_DEBUG 4
#define HIST_COUNT 5
#define CT_CELL_MASK 0x07
#define CT_PRINT_CHAR 0x10
#define CT_ID_CHAR 0x20
#define CT_FNAME_CHAR 0x40
#define DT_TAG 1
#define DT_POP 2
#define DT_NEXT 3
#define DT_PREV 4
#define DT_FIRST 5
#define DT_LAST 6
#define DT_SELECT 7
#define DT_HELP 8
#define DT_JUMP 9
#define DT_CSCOPE 10
#define DT_LTAG 11
#define DT_FREE 99
#define TAG_HELP 1
#define TAG_NAMES 2
#define TAG_REGEXP 4
#define TAG_NOIC 8
#ifdef FEAT_CSCOPE
# define TAG_CSCOPE 16
#endif
#define TAG_VERBOSE 32
#define TAG_INS_COMP 64
#define TAG_KEEP_LANG 128
#define TAG_MANY 300
#define VIM_GENERIC 0
#define VIM_ERROR 1
#define VIM_WARNING 2
#define VIM_INFO 3
#define VIM_QUESTION 4
#define VIM_LAST_TYPE 4
#define VIM_YES 2
#define VIM_NO 3
#define VIM_CANCEL 4
#define VIM_ALL 5
#define VIM_DISCARDALL 6
#define WSP_ROOM 1
#define WSP_VERT 2
#define WSP_TOP 4
#define WSP_BOT 8
#define WSP_HELP 16
#define WSP_BELOW 32
#define WSP_ABOVE 64
#define WSP_NEWLOC 128
#define RESIZE_VERT 1
#define RESIZE_HOR 2
#define RESIZE_BOTH 15
#define OPT_FREE 1
#define OPT_GLOBAL 2
#define OPT_LOCAL 4
#define OPT_MODELINE 8
#define OPT_WINONLY 16
#define OPT_NOWIN 32
#define DLG_BUTTON_SEP '\n'
#define DLG_HOTKEY_CHAR '&'
#define NO_SCREEN 2
#define NO_BUFFERS 1
#define SEA_NONE 0
#define SEA_DIALOG 1
#define SEA_QUIT 2
#define SEA_RECOVER 3
#define MIN_SWAP_PAGE_SIZE 1048
#define MAX_SWAP_PAGE_SIZE 50000
#define SID_MODELINE -1
#define SID_CMDARG -2
#define SID_CARG -3
#define SID_ENV -4
#define SID_ERROR -5
#define SID_NONE -6
enum auto_event
{
EVENT_BUFADD = 0,
EVENT_BUFNEW,
EVENT_BUFDELETE,
EVENT_BUFWIPEOUT,
EVENT_BUFENTER,
EVENT_BUFFILEPOST,
EVENT_BUFFILEPRE,
EVENT_BUFLEAVE,
EVENT_BUFNEWFILE,
EVENT_BUFREADPOST,
EVENT_BUFREADPRE,
EVENT_BUFREADCMD,
EVENT_BUFUNLOAD,
EVENT_BUFHIDDEN,
EVENT_BUFWINENTER,
EVENT_BUFWINLEAVE,
EVENT_BUFWRITEPOST,
EVENT_BUFWRITEPRE,
EVENT_BUFWRITECMD,
EVENT_CMDWINENTER,
EVENT_CMDWINLEAVE,
EVENT_COLORSCHEME,
EVENT_FILEAPPENDPOST,
EVENT_FILEAPPENDPRE,
EVENT_FILEAPPENDCMD,
EVENT_FILECHANGEDSHELL,
EVENT_FILECHANGEDSHELLPOST,
EVENT_FILECHANGEDRO,
EVENT_FILEREADPOST,
EVENT_FILEREADPRE,
EVENT_FILEREADCMD,
EVENT_FILETYPE,
EVENT_FILEWRITEPOST,
EVENT_FILEWRITEPRE,
EVENT_FILEWRITECMD,
EVENT_FILTERREADPOST,
EVENT_FILTERREADPRE,
EVENT_FILTERWRITEPOST,
EVENT_FILTERWRITEPRE,
EVENT_FOCUSGAINED,
EVENT_FOCUSLOST,
EVENT_GUIENTER,
EVENT_GUIFAILED,
EVENT_INSERTCHANGE,
EVENT_INSERTENTER,
EVENT_INSERTLEAVE,
EVENT_MENUPOPUP,
EVENT_QUICKFIXCMDPOST,
EVENT_QUICKFIXCMDPRE,
EVENT_SESSIONLOADPOST,
EVENT_STDINREADPOST,
EVENT_STDINREADPRE,
EVENT_SYNTAX,
EVENT_TERMCHANGED,
EVENT_TERMRESPONSE,
EVENT_USER,
EVENT_VIMENTER,
EVENT_VIMLEAVE,
EVENT_VIMLEAVEPRE,
EVENT_VIMRESIZED,
EVENT_WINENTER,
EVENT_WINLEAVE,
EVENT_ENCODINGCHANGED,
EVENT_CURSORHOLD,
EVENT_CURSORHOLDI,
EVENT_FUNCUNDEFINED,
EVENT_REMOTEREPLY,
EVENT_SWAPEXISTS,
EVENT_SOURCEPRE,
EVENT_SOURCECMD,
EVENT_SPELLFILEMISSING,
EVENT_CURSORMOVED,
EVENT_CURSORMOVEDI,
EVENT_TABLEAVE,
EVENT_TABENTER,
EVENT_SHELLCMDPOST,
EVENT_SHELLFILTERPOST,
NUM_EVENTS
};
typedef enum auto_event event_T;
typedef enum
{
HLF_8 = 0
, HLF_AT
, HLF_D
, HLF_E
, HLF_H
, HLF_I
, HLF_L
, HLF_M
, HLF_CM
, HLF_N
, HLF_R
, HLF_S
, HLF_SNC
, HLF_C
, HLF_T
, HLF_V
, HLF_VNC
, HLF_W
, HLF_WM
, HLF_FL
, HLF_FC
, HLF_ADD
, HLF_CHD
, HLF_DED
, HLF_TXD
, HLF_CONCEAL
, HLF_SC
, HLF_SPB
, HLF_SPC
, HLF_SPR
, HLF_SPL
, HLF_PNI
, HLF_PSI
, HLF_PSB
, HLF_PST
, HLF_TP
, HLF_TPS
, HLF_TPF
, HLF_CUC
, HLF_CUL
, HLF_MC
, HLF_COUNT
} hlf_T;
#define HL_FLAGS {'8', '@', 'd', 'e', 'h', 'i', 'l', 'm', 'M', \
'n', 'r', 's', 'S', 'c', 't', 'v', 'V', 'w', 'W', \
'f', 'F', 'A', 'C', 'D', 'T', '-', '>', \
'B', 'P', 'R', 'L', \
'+', '=', 'x', 'X', '*', '#', '_', '!', '.', 'o'}
#ifndef TRUE
# define FALSE 0
# define TRUE 1
#endif
#define MAYBE 2
#ifndef UINT32_T
typedef UINT32_TYPEDEF UINT32_T;
#endif
#define OP_NOP 0
#define OP_DELETE 1
#define OP_YANK 2
#define OP_CHANGE 3
#define OP_LSHIFT 4
#define OP_RSHIFT 5
#define OP_FILTER 6
#define OP_TILDE 7
#define OP_INDENT 8
#define OP_FORMAT 9
#define OP_COLON 10
#define OP_UPPER 11
#define OP_LOWER 12
#define OP_JOIN 13
#define OP_JOIN_NS 14
#define OP_ROT13 15
#define OP_REPLACE 16
#define OP_INSERT 17
#define OP_APPEND 18
#define OP_FOLD 19
#define OP_FOLDOPEN 20
#define OP_FOLDOPENREC 21
#define OP_FOLDCLOSE 22
#define OP_FOLDCLOSEREC 23
#define OP_FOLDDEL 24
#define OP_FOLDDELREC 25
#define OP_FORMAT2 26
#define OP_FUNCTION 27
#define MCHAR 0
#define MLINE 1
#define MBLOCK 2
#define MAUTO 0xff
#define MIN_COLUMNS 12
#define MIN_LINES 2
#define STATUS_HEIGHT 1
#define QF_WINHEIGHT 10
#ifndef CMDBUFFSIZE
# define CMDBUFFSIZE 256
#endif
#define LSIZE 512
#define IOSIZE (1024+1)
#ifdef FEAT_MBYTE
# define MSG_BUF_LEN 480
# define MSG_BUF_CLEN (MSG_BUF_LEN / 6)
#else
# define MSG_BUF_LEN 80
# define MSG_BUF_CLEN MSG_BUF_LEN
#endif
#define TBUFSZ 2048
#define MAXMAPLEN 50
#define UNDO_HASH_SIZE 32
#ifdef HAVE_FCNTL_H
# include <fcntl.h>
#endif
#ifdef BINARY_FILE_IO
# define WRITEBIN "wb"
# define READBIN "rb"
# define APPENDBIN "ab"
#else
# define WRITEBIN "w"
# define READBIN "r"
# define APPENDBIN "a"
#endif
#if defined(__EMX__) || defined(__CYGWIN32__)
# define O_EXTRA O_BINARY
#else
# define O_EXTRA 0
#endif
#ifndef O_NOFOLLOW
# define O_NOFOLLOW 0
#endif
#ifndef W_OK
# define W_OK 2
#endif
#ifndef R_OK
# define R_OK 4
#endif
#define STRLEN(s) strlen((char *)(s))
#define STRCPY(d, s) strcpy((char *)(d), (char *)(s))
#define STRNCPY(d, s, n) strncpy((char *)(d), (char *)(s), (size_t)(n))
#define STRCMP(d, s) strcmp((char *)(d), (char *)(s))
#define STRNCMP(d, s, n) strncmp((char *)(d), (char *)(s), (size_t)(n))
#ifdef HAVE_STRCASECMP
# define STRICMP(d, s) strcasecmp((char *)(d), (char *)(s))
#else
# ifdef HAVE_STRICMP
# define STRICMP(d, s) stricmp((char *)(d), (char *)(s))
# else
# define STRICMP(d, s) vim_stricmp((char *)(d), (char *)(s))
# endif
#endif
#define STRMOVE(d, s) mch_memmove((d), (s), STRLEN(s) + 1)
#ifdef HAVE_STRNCASECMP
# define STRNICMP(d, s, n) strncasecmp((char *)(d), (char *)(s), (size_t)(n))
#else
# ifdef HAVE_STRNICMP
# define STRNICMP(d, s, n) strnicmp((char *)(d), (char *)(s), (size_t)(n))
# else
# define STRNICMP(d, s, n) vim_strnicmp((char *)(d), (char *)(s), (size_t)(n))
# endif
#endif
#ifdef FEAT_MBYTE
# define MB_STRICMP(d, s) mb_strnicmp((char_u *)(d), (char_u *)(s), (int)MAXCOL)
# define MB_STRNICMP(d, s, n) mb_strnicmp((char_u *)(d), (char_u *)(s), (int)(n))
#else
# define MB_STRICMP(d, s) STRICMP((d), (s))
# define MB_STRNICMP(d, s, n) STRNICMP((d), (s), (n))
#endif
#define STRCAT(d, s) strcat((char *)(d), (char *)(s))
#define STRNCAT(d, s, n) strncat((char *)(d), (char *)(s), (size_t)(n))
#ifdef HAVE_STRPBRK
# define vim_strpbrk(s, cs) (char_u *)strpbrk((char *)(s), (char *)(cs))
#endif
#define MSG(s) msg((char_u *)(s))
#define MSG_ATTR(s, attr) msg_attr((char_u *)(s), (attr))
#define EMSG(s) emsg((char_u *)(s))
#define EMSG2(s, p) emsg2((char_u *)(s), (char_u *)(p))
#define EMSG3(s, p, q) emsg3((char_u *)(s), (char_u *)(p), (char_u *)(q))
#define EMSGN(s, n) emsgn((char_u *)(s), (long)(n))
#define EMSGU(s, n) emsgu((char_u *)(s), (long_u)(n))
#define OUT_STR(s) out_str((char_u *)(s))
#define OUT_STR_NF(s) out_str_nf((char_u *)(s))
#define MSG_PUTS(s) msg_puts((char_u *)(s))
#define MSG_PUTS_ATTR(s, a) msg_puts_attr((char_u *)(s), (a))
#define MSG_PUTS_TITLE(s) msg_puts_title((char_u *)(s))
#define MSG_PUTS_LONG(s) msg_puts_long_attr((char_u *)(s), 0)
#define MSG_PUTS_LONG_ATTR(s, a) msg_puts_long_attr((char_u *)(s), (a))
#ifdef HAVE_STRERROR
# define PERROR(msg) (void)emsg3((char_u *)"%s: %s", (char_u *)msg, (char_u *)strerror(errno))
#else
# define PERROR(msg) perror(msg)
#endif
typedef long linenr_T;
typedef int colnr_T;
typedef unsigned short disptick_T;
#define MAXLNUM (0x7fffffffL)
#if SIZEOF_INT >= 4
# ifdef __MVS__
# define MAXCOL (0x3fffffffL)
# else
# define MAXCOL (0x7fffffffL)
# endif
#else
# define MAXCOL (0x7fff)
#endif
#define SHOWCMD_COLS 10
#define STL_MAX_ITEM 80
typedef void *vim_acl_T;
#ifdef VIM_MEMMOVE
void mch_memmove __ARGS((void *, void *, size_t));
#else
# ifndef mch_memmove
# define mch_memmove(to, from, len) memmove(to, from, len)
# endif
#endif
#ifdef CASE_INSENSITIVE_FILENAME
# ifdef BACKSLASH_IN_FILENAME
# define fnamecmp(x, y) vim_fnamecmp((x), (y))
# define fnamencmp(x, y, n) vim_fnamencmp((x), (y), (size_t)(n))
# else
# define fnamecmp(x, y) MB_STRICMP((x), (y))
# define fnamencmp(x, y, n) MB_STRNICMP((x), (y), (n))
# endif
#else
# define fnamecmp(x, y) strcmp((char *)(x), (char *)(y))
# define fnamencmp(x, y, n) strncmp((char *)(x), (char *)(y), (size_t)(n))
#endif
#ifdef HAVE_MEMSET
# define vim_memset(ptr, c, size) memset((ptr), (c), (size))
#else
void *vim_memset __ARGS((void *, int, size_t));
#endif
#ifdef HAVE_MEMCMP
# define vim_memcmp(p1, p2, len) memcmp((p1), (p2), (len))
#else
# ifdef HAVE_BCMP
# define vim_memcmp(p1, p2, len) bcmp((p1), (p2), (len))
# else
int vim_memcmp __ARGS((void *, void *, size_t));
# define VIM_MEMCMP
# endif
#endif
#if defined(UNIX) || defined(FEAT_GUI) || defined(OS2) || defined(VMS) \
|| defined(FEAT_CLIENTSERVER)
# define USE_INPUT_BUF
#endif
#ifdef MSWIN
# define vim_read(fd, buf, count) read((fd), (char *)(buf), (unsigned int)(count))
# define vim_write(fd, buf, count) write((fd), (char *)(buf), (unsigned int)(count))
#else
# define vim_read(fd, buf, count) read((fd), (char *)(buf), (size_t) (count))
# define vim_write(fd, buf, count) write((fd), (char *)(buf), (size_t) (count))
#endif
#define hl_attr(n) highlight_attr[(int)(n)]
#define term_str(n) term_strings[(int)(n)]
#define vim_iswhite(x) ((x) == ' ' || (x) == '\t')
#ifndef EXTERN
# define EXTERN extern
# define INIT(x)
#else
# ifndef INIT
# define INIT(x) x
# define DO_INIT
# endif
#endif
#ifdef FEAT_MBYTE
# define MAX_MCO 6
# define MB_MAXBYTES 21
#endif
#if (defined(FEAT_PROFILE) || defined(FEAT_RELTIME)) && !defined(PROTO)
# ifdef WIN3264
typedef LARGE_INTEGER proftime_T;
# else
typedef struct timeval proftime_T;
# endif
#else
typedef int proftime_T;
#endif
#include "option.h"
#include "structs.h"
#define PROF_NONE 0
#define PROF_YES 1
#define PROF_PAUSED 2
#ifdef FEAT_MOUSE
# define MOUSE_LEFT 0x00
# define MOUSE_MIDDLE 0x01
# define MOUSE_RIGHT 0x02
# define MOUSE_RELEASE 0x03
# define MOUSE_SHIFT 0x04
# define MOUSE_ALT 0x08
# define MOUSE_CTRL 0x10
# define MOUSE_4 0x100
# define MOUSE_5 0x200
# define MOUSE_X1 0x300
# define MOUSE_X2 0x400
# define MOUSE_6 0x500
# define MOUSE_7 0x600
# define MOUSE_DRAG_XTERM 0x40
# define MOUSE_DRAG (0x40 | MOUSE_RELEASE)
# define MOUSEWHEEL_LOW 0x60
# define MOUSE_CLICK_MASK 0x03
# define NUM_MOUSE_CLICKS(code) \
(((unsigned)((code) & 0xC0) >> 6) + 1)
# define SET_NUM_MOUSE_CLICKS(code, num) \
(code) = ((code) & 0x3f) | ((((num) - 1) & 3) << 6)
# define MOUSE_COLOFF 10000
# define IN_UNKNOWN 0
# define IN_BUFFER 1
# define IN_STATUS_LINE 2
# define IN_SEP_LINE 4
# define IN_OTHER_WIN 8
# define CURSOR_MOVED 0x100
# define MOUSE_FOLD_CLOSE 0x200
# define MOUSE_FOLD_OPEN 0x400
# define MOUSE_FOCUS 0x01
# define MOUSE_MAY_VIS 0x02
# define MOUSE_DID_MOVE 0x04
# define MOUSE_SETPOS 0x08
# define MOUSE_MAY_STOP_VIS 0x10
# define MOUSE_RELEASED 0x20
# if defined(UNIX) && defined(HAVE_GETTIMEOFDAY) && defined(HAVE_SYS_TIME_H)
# define CHECK_DOUBLE_CLICK 1
# endif
#endif
#define VALID_PATH 1
#define VALID_HEAD 2
#define VV_COUNT 0
#define VV_COUNT1 1
#define VV_PREVCOUNT 2
#define VV_ERRMSG 3
#define VV_WARNINGMSG 4
#define VV_STATUSMSG 5
#define VV_SHELL_ERROR 6
#define VV_THIS_SESSION 7
#define VV_VERSION 8
#define VV_LNUM 9
#define VV_TERMRESPONSE 10
#define VV_FNAME 11
#define VV_LANG 12
#define VV_LC_TIME 13
#define VV_CTYPE 14
#define VV_CC_FROM 15
#define VV_CC_TO 16
#define VV_FNAME_IN 17
#define VV_FNAME_OUT 18
#define VV_FNAME_NEW 19
#define VV_FNAME_DIFF 20
#define VV_CMDARG 21
#define VV_FOLDSTART 22
#define VV_FOLDEND 23
#define VV_FOLDDASHES 24
#define VV_FOLDLEVEL 25
#define VV_PROGNAME 26
#define VV_SEND_SERVER 27
#define VV_DYING 28
#define VV_EXCEPTION 29
#define VV_THROWPOINT 30
#define VV_REG 31
#define VV_CMDBANG 32
#define VV_INSERTMODE 33
#define VV_VAL 34
#define VV_KEY 35
#define VV_PROFILING 36
#define VV_FCS_REASON 37
#define VV_FCS_CHOICE 38
#define VV_BEVAL_BUFNR 39
#define VV_BEVAL_WINNR 40
#define VV_BEVAL_LNUM 41
#define VV_BEVAL_COL 42
#define VV_BEVAL_TEXT 43
#define VV_SCROLLSTART 44
#define VV_SWAPNAME 45
#define VV_SWAPCHOICE 46
#define VV_SWAPCOMMAND 47
#define VV_CHAR 48
#define VV_MOUSE_WIN 49
#define VV_MOUSE_LNUM 50
#define VV_MOUSE_COL 51
#define VV_OP 52
#define VV_SEARCHFORWARD 53
#define VV_OLDFILES 54
#define VV_LEN 55
#ifdef FEAT_CLIPBOARD
#define VIM_ATOM_NAME "_VIM_TEXT"
#define VIMENC_ATOM_NAME "_VIMENC_TEXT"
# define SELECT_CLEARED 0
# define SELECT_IN_PROGRESS 1
# define SELECT_DONE 2
# define SELECT_MODE_CHAR 0
# define SELECT_MODE_WORD 1
# define SELECT_MODE_LINE 2
# ifdef FEAT_GUI_W32
# ifdef FEAT_OLE
# define WM_OLE (WM_APP+0)
# endif
# ifdef FEAT_NETBEANS_INTG
# define WM_NETBEANS (WM_APP+1)
# endif
# endif
typedef struct VimClipboard
{
int available;
int owned;
pos_T start;
pos_T end;
int vmode;
short_u origin_row;
short_u origin_start_col;
short_u origin_end_col;
short_u word_start_col;
short_u word_end_col;
pos_T prev;
short_u state;
short_u mode;
# if defined(FEAT_GUI_X11) || defined(FEAT_XCLIPBOARD)
Atom sel_atom;
# endif
# ifdef FEAT_GUI_GTK
GdkAtom gtk_sel_atom;
# endif
# ifdef MSWIN
int_u format;
int_u format_raw;
# endif
} VimClipboard;
#else
typedef int VimClipboard;
#endif
#ifdef __BORLANDC__
# include <io.h>
# define stat(a,b) (access(a,0) ? -1 : stat(a,b))
#endif
#include "ex_cmds.h"
#include "proto.h"
#if !defined(FEAT_GUI_W32) && !defined(FEAT_GUI_X11) \
&& !defined(FEAT_GUI_GTK) && !defined(FEAT_GUI_MAC)
# define mch_errmsg(str) fprintf(stderr, "%s", (str))
# define display_errors() fflush(stderr)
# define mch_msg(str) printf("%s", (str))
#else
# define USE_MCH_ERRMSG
#endif
#ifndef FEAT_MBYTE
# define after_pathsep(b, p) vim_ispathsep(*((p) - 1))
# define transchar_byte(c) transchar(c)
#endif
#ifndef FEAT_LINEBREAK
# define number_width(x) 7
#endif
#include "globals.h"
#ifdef FEAT_SNIFF
# include "if_sniff.h"
#endif
#ifndef FEAT_VIRTUALEDIT
# define getvvcol(w, p, s, c, e) getvcol(w, p, s, c, e)
# define virtual_active() 0
# define virtual_op FALSE
#endif
#if defined(FEAT_GUI_DIALOG) && !defined(FEAT_CON_DIALOG)
# define do_dialog gui_mch_dialog
#endif
#ifdef FEAT_BROWSE
# ifdef BACKSLASH_IN_FILENAME
# define BROWSE_FILTER_MACROS \
(char_u *)"Vim macro files (*.vim)\t*.vim\nAll Files (*.*)\t*.*\n"
# define BROWSE_FILTER_ALL_FILES (char_u *)"All Files (*.*)\t*.*\n"
# define BROWSE_FILTER_DEFAULT \
(char_u *)"All Files (*.*)\t*.*\nC source (*.c, *.h)\t*.c;*.h\nC++ source (*.cpp, *.hpp)\t*.cpp;*.hpp\nVB code (*.bas, *.frm)\t*.bas;*.frm\nVim files (*.vim, _vimrc, _gvimrc)\t*.vim;_vimrc;_gvimrc\n"
# else
# define BROWSE_FILTER_MACROS \
(char_u *)"Vim macro files (*.vim)\t*.vim\nAll Files (*)\t*\n"
# define BROWSE_FILTER_ALL_FILES (char_u *)"All Files (*)\t*\n"
# define BROWSE_FILTER_DEFAULT \
(char_u *)"All Files (*)\t*\nC source (*.c, *.h)\t*.c;*.h\nC++ source (*.cpp, *.hpp)\t*.cpp;*.hpp\nVim files (*.vim, _vimrc, _gvimrc)\t*.vim;_vimrc;_gvimrc\n"
# endif
# define BROWSE_SAVE 1
# define BROWSE_DIR 2
#endif
#if defined(__BORLANDC__) && defined(WIN32) && !defined(DEBUG)
#pragma option -p.
#endif
#ifdef _MSC_VER
#pragma warning(disable : 4312)
#endif
#if defined(MEM_PROFILE)
# define vim_realloc(ptr, size) mem_realloc((ptr), (size))
#else
# define vim_realloc(ptr, size) realloc((ptr), (size))
#endif
#ifdef ALT_X_INPUT
# define ALT_INPUT_LOCK_OFF suppress_alternate_input = FALSE
# define ALT_INPUT_LOCK_ON suppress_alternate_input = TRUE
#endif
#ifdef FEAT_MBYTE
# define MB_BYTE2LEN(b) mb_bytelen_tab[b]
# define MB_BYTE2LEN_CHECK(b) (((b) < 0 || (b) > 255) ? 1 : mb_bytelen_tab[b])
#endif
#if defined(FEAT_MBYTE) || defined(FEAT_POSTSCRIPT)
# define ENC_8BIT 0x01
# define ENC_DBCS 0x02
# define ENC_UNICODE 0x04
# define ENC_ENDIAN_B 0x10
# define ENC_ENDIAN_L 0x20
# define ENC_2BYTE 0x40
# define ENC_4BYTE 0x80
# define ENC_2WORD 0x100
# define ENC_LATIN1 0x200
# define ENC_LATIN9 0x400
# define ENC_MACROMAN 0x800
#endif
#ifdef FEAT_MBYTE
# ifdef USE_ICONV
# ifndef EILSEQ
# define EILSEQ 123
# endif
# ifdef DYNAMIC_ICONV
# define ICONV_ERRNO (*iconv_errno())
# define ICONV_E2BIG 7
# define ICONV_EINVAL 22
# define ICONV_EILSEQ 42
# else
# define ICONV_ERRNO errno
# define ICONV_E2BIG E2BIG
# define ICONV_EINVAL EINVAL
# define ICONV_EILSEQ EILSEQ
# endif
# endif
#endif
#if (defined(S_IFMT) && defined(S_IFLNK)) || defined(S_ISLNK)
# define HAVE_ISSYMLINK
# if defined(S_IFMT) && defined(S_IFLNK)
# define ISSYMLINK(mode) (((mode) & S_IFMT) == S_IFLNK)
# else
# define ISSYMLINK(mode) S_ISLNK(mode)
# endif
#endif
#define SIGN_BYTE 1
#ifdef FEAT_NETBEANS_INTG
# define MULTISIGN_BYTE 2
#endif
#if defined(FEAT_GUI) && defined(FEAT_XCLIPBOARD)
# ifdef FEAT_GUI_GTK
# define X_DISPLAY ((gui.in_use) ? gui_mch_get_display() : xterm_dpy)
# else
# define X_DISPLAY (gui.in_use ? gui.dpy : xterm_dpy)
# endif
#else
# ifdef FEAT_GUI
# ifdef FEAT_GUI_GTK
# define X_DISPLAY ((gui.in_use) ? gui_mch_get_display() : (Display *)NULL)
# else
# define X_DISPLAY gui.dpy
# endif
# else
# define X_DISPLAY xterm_dpy
# endif
#endif
#ifndef FEAT_NETBEANS_INTG
# undef NBDEBUG
#endif
#ifdef NBDEBUG
# include "nbdebug.h"
#else
# define nbdebug(a)
#endif
#ifdef IN_PERL_FILE
# undef NORMAL
# undef STRLEN
# undef FF
# undef OP_DELETE
# undef OP_JOIN
# ifdef __BORLANDC__
# define NOPROTO 1
# endif
# ifdef MAX
# undef MAX
# endif
# ifdef MIN
# undef MIN
# endif
# ifdef _
# undef _
# endif
# ifdef DEBUG
# undef DEBUG
# endif
# ifdef _DEBUG
# undef _DEBUG
# endif
# ifdef instr
# undef instr
# endif
# if defined(bool) && defined(MACOS) && !defined(FEAT_PERL)
# undef bool
# endif
# ifdef __BORLANDC__
# define _stati64 stati64
# endif
# include <EXTERN.h>
# include <perl.h>
# include <XSUB.h>
#endif
#define SIGNAL_BLOCK -1
#define SIGNAL_UNBLOCK -2
#if !defined(UNIX) && !defined(VMS) && !defined(OS2)
# define vim_handle_signal(x) 0
#endif
#define VGR_GLOBAL 1
#define VGR_NOJUMP 2
#define BAD_REPLACE '?'
#define BAD_KEEP -1
#define BAD_DROP -2
#define DOSO_NONE 0
#define DOSO_VIMRC 1
#define DOSO_GVIMRC 2
#define VIF_WANT_INFO 1
#define VIF_WANT_MARKS 2
#define VIF_FORCEIT 4
#define VIF_GET_OLDFILES 8
#define BFA_DEL 1
#define BFA_WIPE 2
#define BFA_KEEP_UNDO 4
#define MSCR_DOWN 0
#define MSCR_UP 1
#define MSCR_LEFT -1
#define MSCR_RIGHT -2
#endif