Skip to content

Commit

Permalink
bugfix for try out
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Dec 6, 2023
1 parent 00faf28 commit ca908a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion autoload/easycomplete.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,9 @@ function! easycomplete#CursorHoldI()
" hi! ABC guifg=red gui=underline
" hi! DEF guifg=green gui=underline
" hi! def link Pmenu ABC
" call complete(col('.'), ['`a`bc','x[d]ef','xyz','asdfa #sdf','asdjick','asjicxvj issdf'])
" call complete(col('.'), ['"\033[31m"\\\`a`_)""''','x[d]ef','xyz','asdfa #sdf','asdjick','asjicxvj issdf'])
" call v:lua.vim.current.buffer.add_highlight("Pmenu",1,0,-1,v:lua.vim.new_highlight_source())
" call nvim_buf_add_highlight(0, 0, "Pmenu", 1, 0, 4)
" return
if easycomplete#IsBacking()
" do nothting
Expand Down

0 comments on commit ca908a0

Please sign in to comment.