mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Fix double click help error message
This commit is contained in:
@@ -263,7 +263,7 @@ function! matchup#text_obj#double_click() " {{{1
|
||||
endif
|
||||
|
||||
if empty(l:open) || empty(l:close)
|
||||
execute "normal! \<2-LeftMouse>"
|
||||
call feedkeys("\<2-LeftMouse>", 'nt')
|
||||
return
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user