]> granicus.if.org Git - vim/commit
patch 8.2.4018: ml_get error when win_execute redraws with Visual selection v8.2.4018
authorBram Moolenaar <Bram@vim.org>
Thu, 6 Jan 2022 13:24:51 +0000 (13:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 6 Jan 2022 13:24:51 +0000 (13:24 +0000)
commit18f4740f043b353abe47b7a00131317052457686
treee5c469ce7c20a1801a9340ab2027455e256f1b55
parenta33737b6d80f5461c1c6c4c96b5bc4964a737927
patch 8.2.4018: ml_get error when win_execute redraws with Visual selection

Problem:    ml_get error when win_execute redraws with Visual selection.
Solution:   Disable Visual area temporarily. (closes #9479)
src/evalbuffer.c
src/evalfunc.c
src/evalvars.c
src/evalwindow.c
src/if_py_both.h
src/proto/evalbuffer.pro
src/proto/evalwindow.pro
src/structs.h
src/testdir/test_execute_func.vim
src/version.c