Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ErrorMsg' has better highlighting between colorschemes than Error'
  • Loading branch information
xolox committed Jul 28, 2010
1 parent 429f5dc commit 63dc4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luainspect.vim
Expand Up @@ -97,7 +97,7 @@ function! s:LoadDefaultStyles()
" has already defined or linked the highlighting group. This enables color
" schemes and vimrc scripts to override the styles (see :help :hi-default).
highlight def link luaInspectGlobalDefined luaInspectDefGlobalDefined
highlight def link luaInspectGlobalUndefined Error
highlight def link luaInspectGlobalUndefined ErrorMsg
highlight def link luaInspectLocalUnused luaInspectDefLocalUnused
highlight def link luaInspectLocalMutated luaInspectDefLocalMutated
highlight def link luaInspectUpValue luaInspectDefUpValue
Expand Down

0 comments on commit 63dc4bb

Please sign in to comment.