]> granicus.if.org Git - vim/commit
patch 8.2.3280: 'virtualedit' local to buffer is not the best solution v8.2.3280
authorGary Johnson <garyjohn@spocom.com>
Tue, 3 Aug 2021 16:33:08 +0000 (18:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 3 Aug 2021 16:33:08 +0000 (18:33 +0200)
commit51ad850f5fbafa7aa3f60affa74ec9c9f992c6cc
tree18fd2f54ee199dcf739262d9df56ccb4d6ac53d1
parent2c70711e3fb2ef24a7f55322fdadbf7f9e657c2f
patch 8.2.3280: 'virtualedit' local to buffer is not the best solution

Problem:    'virtualedit' local to buffer is not the best solution.
Solution:   Make it window-local. (Gary Johnson, closes #8685)
runtime/doc/options.txt
src/buffer.c
src/drawscreen.c
src/ops.c
src/option.c
src/option.h
src/optionstr.c
src/structs.h
src/testdir/test_virtualedit.vim
src/version.c