Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:jayli/vim-easycomplete into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Jan 12, 2024
2 parents a1f232a + 5ea6eb7 commit a1820e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/easycomplete/ui.vim
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function! easycomplete#ui#GetHiColor(hiName, sufix)
if empty(hlString) | return my_color | endif
if easycomplete#util#IsGui()
" Gui color name
let my_color = matchstr(hlString,"\\(\\sgui" . sufix . "=\\)\\@<=#\\w\\+")
let my_color = matchstr(hlString,"\\(\\sgui" . sufix . "=\\)\\@<=#\\{-}\\w\\+")
if empty(my_color)
let linksGroup = matchstr(hlString, "\\(links\\sto\\s\\+\\)\\@<=\\w\\+")
if !empty(linksGroup)
Expand Down

0 comments on commit a1820e7

Please sign in to comment.