Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Aster89 committed Aug 27, 2023
1 parent 4563e96 commit eddba4f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions autoload/youcompleteme.vim
Original file line number Diff line number Diff line change
Expand Up @@ -516,13 +516,6 @@ function! s:SetUpSyntaxHighlighting()
if !hlexists( 'YcmErrorPopup' )
highlight default link YcmErrorPopup ErrorMsg
endif
if s:PropertyTypeNotDefined( 'YcmErrorProperty' )
call prop_type_add( 'YcmErrorProperty', {
\ 'highlight': 'YcmErrorPopup',
\ 'priority': 30,
\ 'combine': 0,
\ 'override': 1 } )
endif
endfunction


Expand Down

0 comments on commit eddba4f

Please sign in to comment.