Alex Masterov

Results 2 comments of Alex Masterov

@tyru, same issue. 5gcc. I'm currently using this technique: (same thing, but native?) ```vim nnoremap (caw:range:toggle) :call cawRangeToggle() function! s:cawRangeToggle() abort if v:count > 1 let winView = winsaveview() execute...