Skip to content

Commit

Permalink
bugfix for testing cases
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Dec 6, 2023
1 parent 6a8819f commit 8311248
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions autoload/easycomplete.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1935,9 +1935,7 @@ function! easycomplete#CursorHoldI()
" hi! ABC guifg=red gui=underline
" hi! DEF guifg=green gui=underline
" hi! def link Pmenu ABC
" 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)
" call complete(col('.'), ['abc𝖺𝗮𝕏𝕤g','x[d]ef','xyz','asdfa #sdf','asdjick','asjicxvj issdf'])
" return
if easycomplete#IsBacking()
" do nothting
Expand Down

0 comments on commit 8311248

Please sign in to comment.