easymotion / vim-easymotion

Vim motions on speed!
http://www.vim.org/scripts/script.php?script_id=3526
7.5k stars 362 forks source link

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

Open Tor-Saxberg opened 5 years ago

Tor-Saxberg commented 5 years ago

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.