]> granicus.if.org Git - vim/commit
patch 8.2.3227: 'virtualedit' can only be set globally v8.2.3227
authorGary Johnson <garyjohn@spocom.com>
Mon, 26 Jul 2021 20:19:10 +0000 (22:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 26 Jul 2021 20:19:10 +0000 (22:19 +0200)
commit53ba05b09075f14227f9be831a22ed16f7cc26b2
tree75d5ddb38aa9702416d73b7a7b8f158f1d0c320a
parent29b857150c111a455f1a38a8f748243524f692e1
patch 8.2.3227: 'virtualedit' can only be set globally

Problem:    'virtualedit' can only be set globally.
Solution:   Make 'virtualedit' global-local. (Gary Johnson, closes #8638)
17 files changed:
runtime/doc/options.txt
src/buffer.c
src/change.c
src/drawscreen.c
src/edit.c
src/misc2.c
src/normal.c
src/ops.c
src/option.c
src/option.h
src/optiondefs.h
src/optionstr.c
src/proto/option.pro
src/register.c
src/structs.h
src/testdir/test_virtualedit.vim
src/version.c