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:
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user