Remove unneeded cursor positioning
This commit is contained in:
parent
87caa8bcaa
commit
7655a77d72
@ -303,14 +303,11 @@
|
||||
endwhile
|
||||
|
||||
let targets_len = len(targets)
|
||||
let groups_len = len(s:index_to_key)
|
||||
|
||||
if targets_len == 0
|
||||
throw 'No matches'
|
||||
endif
|
||||
|
||||
" Restore cursor position
|
||||
call cursor(orig_pos[0], orig_pos[1])
|
||||
let groups_len = len(s:index_to_key)
|
||||
|
||||
" Split targets into key groups {{{
|
||||
let groups = []
|
||||
|
Loading…
Reference in New Issue
Block a user