1
Fork 0

Revert back visual selection change.

master
Joshua Potter 2017-07-25 18:32:40 -07:00
parent 29d4c9cb21
commit 10139d2015
1 changed files with 1 additions and 1 deletions

View File

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