Fix double click help error message

This commit is contained in:
Andy K. Massimino
2018-05-16 05:48:46 -04:00
parent bc5dbf4297
commit c929d7e537

View File

@@ -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