Remove org_clean_folds' and org_highlight_table_background' options

Both of these options were pointless and
`org_highlight_table_background' had visual issues.
This commit is contained in:
Alex Vear
2019-09-22 22:58:54 +01:00
parent 9e067addad
commit f7e1410f09
4 changed files with 1 additions and 45 deletions

View File

@@ -103,9 +103,6 @@ highlight def link orgHyperlink Underlined
" Tables
syntax match orgTable /^|.*$/ contains=@Spell,orgBold,orgItalic,orgUnderline,orgVerbatim,orgCode
if org#option('org_hightlight_table_background', 1)
highlight def link orgTable ColorColumn
endif
let b:current_syntax = 'org'

View File

@@ -32,4 +32,4 @@ hi def link outlineHeading4 outlineHeading3
hi def link outlineHeading5 outlineHeading4
hi def link outlineHeading6 outlineHeading5
let b:current_syntax = 'org'
let b:current_syntax = 'outline'