vim-easymotion icon indicating copy to clipboard operation
vim-easymotion copied to clipboard

easymotion.txt has an error in function! s:incsearch_config(...)

Open Tor-Saxberg opened this issue 6 years ago • 0 comments

in the easymotion.txt file, function! s:incsearch_config(...) abort is missing a "}" and should read "({'overwin': 1 } )]," at end of second line. it also doesn't match strings in other windows not in view, because it only scrolls the current window to find matches.

Tor-Saxberg avatar Aug 20 '19 20:08 Tor-Saxberg