5 lines
134 B
VimL
5 lines
134 B
VimL
" allow the cursor to be positioned where no characters are in virtual block mode
|
|
if has('virtualedit')
|
|
set virtualedit=block
|
|
endif
|