aboutsummaryrefslogtreecommitdiff
path: root/src/option.c
diff options
context:
space:
mode:
authorChris Watkins <chris.watkins88@gmail.com>2014-04-26 00:10:43 -0700
committerChris Watkins <chris.watkins88@gmail.com>2014-04-28 16:46:34 -0700
commitc9fba7ca7c3ac4eb7eb970e8e9713ecff537180d (patch)
tree39d07fcaff95c9d4100e52589147c54681a789c7 /src/option.c
parent9e04e81ac7964dee43e24e5fa7b05ec7fc2b62e8 (diff)
downloadrneovim-c9fba7ca7c3ac4eb7eb970e8e9713ecff537180d.tar.gz
rneovim-c9fba7ca7c3ac4eb7eb970e8e9713ecff537180d.tar.bz2
rneovim-c9fba7ca7c3ac4eb7eb970e8e9713ecff537180d.zip
Remove references to FEAT_{X11,CLIPBOARD} and USE_XSMP.
Diffstat (limited to 'src/option.c')
-rw-r--r--src/option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c
index 9ba768c333..210a747022 100644
--- a/src/option.c
+++ b/src/option.c
@@ -363,7 +363,7 @@ struct vimoption {
/* The 16 bit MS-DOS version is low on space, make the string as short as
* possible when compiling with few features. */
#if defined(FEAT_DIFF) || defined(FEAT_FOLDING) || defined(FEAT_SPELL) \
- || defined(FEAT_VERTSPLIT) || defined(FEAT_CLIPBOARD) \
+ || defined(FEAT_VERTSPLIT) \
|| defined(FEAT_INS_EXPAND) || defined(FEAT_SYN_HL) || defined(FEAT_CONCEAL)
# define HIGHLIGHT_INIT \
"8:SpecialKey,@:NonText,d:Directory,e:ErrorMsg,i:IncSearch,l:Search,m:MoreMsg,M:ModeMsg,n:LineNr,N:CursorLineNr,r:Question,s:StatusLine,S:StatusLineNC,c:VertSplit,t:Title,v:Visual,V:VisualNOS,w:WarningMsg,W:WildMenu,f:Folded,F:FoldColumn,A:DiffAdd,C:DiffChange,D:DiffDelete,T:DiffText,>:SignColumn,-:Conceal,B:SpellBad,P:SpellCap,R:SpellRare,L:SpellLocal,+:Pmenu,=:PmenuSel,x:PmenuSbar,X:PmenuThumb,*:TabLine,#:TabLineSel,_:TabLineFill,!:CursorColumn,.:CursorLine,o:ColorColumn"