Revert back visual selection change.
parent
29d4c9cb21
commit
10139d2015
|
@ -139,7 +139,7 @@ endfunction
|
|||
|
||||
function! g:SaveCursorVisualSmartJoin()
|
||||
call setpos('.', getpos("'<"))
|
||||
call s:SmartJoin(getpos("'>")[1] - getpos('.')[1] - 1)
|
||||
call s:SmartJoin(getpos("'>")[1] - getpos('.')[1])
|
||||
exe "normal! `<"
|
||||
endfunction
|
||||
|
||||
|
|
Loading…
Reference in New Issue