aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option_defs.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-11-14 12:10:26 +0800
committerGitHub <noreply@github.com>2022-11-14 12:10:26 +0800
commitc4fcde5063899ebfbffef266ba75eafe935da593 (patch)
treeaa8ed3ca84aa5f7b0923e0b979051ea46898ba4e /src/nvim/option_defs.h
parent6d996f78ef7e2f4baf19bc2ca6abce33305e2915 (diff)
downloadrneovim-c4fcde5063899ebfbffef266ba75eafe935da593.tar.gz
rneovim-c4fcde5063899ebfbffef266ba75eafe935da593.tar.bz2
rneovim-c4fcde5063899ebfbffef266ba75eafe935da593.zip
vim-patch:8.2.4038: various code not used when features are disabled (#21049)
Problem: Various code not used when features are disabled. Solution: Add #ifdefs. (Dominique Pellé, closes vim/vim#9491) https://github.com/vim/vim/commit/748b308eebe8d8860888eb27da08333f175d547d N/A patches for version.c: vim-patch:8.2.2186: Vim9: error when using 'opfunc' Problem: Vim9: error when using 'opfunc'. Solution: Do not expect a return value from 'opfunc'. (closes vim/vim#7510) https://github.com/vim/vim/commit/5b3d1bb0f5180266c4de4d815b3ea856a2fb3519
Diffstat (limited to 'src/nvim/option_defs.h')
-rw-r--r--src/nvim/option_defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/option_defs.h b/src/nvim/option_defs.h
index d505e75be4..8f7e44d23d 100644
--- a/src/nvim/option_defs.h
+++ b/src/nvim/option_defs.h
@@ -596,8 +596,6 @@ EXTERN char *p_menc; // 'makeencoding'
EXTERN char *p_mef; // 'makeef'
EXTERN char_u *p_mp; // 'makeprg'
EXTERN char *p_mps; ///< 'matchpairs'
-EXTERN char_u *p_cc; // 'colorcolumn'
-EXTERN int p_cc_cols[256]; // array for 'colorcolumn' columns
EXTERN long p_mat; // 'matchtime'
EXTERN long p_mco; // 'maxcombine'
EXTERN long p_mfd; // 'maxfuncdepth'