mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 12:28:18 +00:00
charset: include option_defs.h for breakat_flags
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
#include "nvim/pos.h"
|
#include "nvim/pos.h"
|
||||||
#include "nvim/buffer_defs.h"
|
#include "nvim/buffer_defs.h"
|
||||||
#include "nvim/eval/typval.h"
|
#include "nvim/eval/typval.h"
|
||||||
|
#include "nvim/option_defs.h"
|
||||||
|
|
||||||
/// Return the folded-case equivalent of the given character
|
/// Return the folded-case equivalent of the given character
|
||||||
///
|
///
|
||||||
|
@@ -871,8 +871,6 @@ enum {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
EXTERN char breakat_flags[256]; /* which characters are in 'breakat' */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Some file names are stored in pathdef.c, which is generated from the
|
* Some file names are stored in pathdef.c, which is generated from the
|
||||||
* Makefile to make their value depend on the Makefile.
|
* Makefile to make their value depend on the Makefile.
|
||||||
|
@@ -314,9 +314,10 @@ static char *(p_bkc_values[]) =
|
|||||||
# define BKC_NO 0x004
|
# define BKC_NO 0x004
|
||||||
# define BKC_BREAKSYMLINK 0x008
|
# define BKC_BREAKSYMLINK 0x008
|
||||||
# define BKC_BREAKHARDLINK 0x010
|
# define BKC_BREAKHARDLINK 0x010
|
||||||
EXTERN char_u *p_bdir; /* 'backupdir' */
|
EXTERN char_u *p_bdir; // 'backupdir'
|
||||||
EXTERN char_u *p_bex; /* 'backupext' */
|
EXTERN char_u *p_bex; // 'backupext'
|
||||||
EXTERN char_u *p_bo; // 'belloff'
|
EXTERN char_u *p_bo; // 'belloff'
|
||||||
|
EXTERN char breakat_flags[256]; // which characters are in 'breakat'
|
||||||
EXTERN unsigned bo_flags;
|
EXTERN unsigned bo_flags;
|
||||||
# ifdef IN_OPTION_C
|
# ifdef IN_OPTION_C
|
||||||
static char *(p_bo_values[]) = {"all", "backspace", "cursor", "complete",
|
static char *(p_bo_values[]) = {"all", "backspace", "cursor", "complete",
|
||||||
|
Reference in New Issue
Block a user