]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0483: illegal memory access when using :all v8.0.0483
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Mar 2017 22:11:04 +0000 (23:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Mar 2017 22:11:04 +0000 (23:11 +0100)
commitf79225ed4f81bc579bb3360ad2eb06adc8058153
tree033d970c0e0f3ccb062e36fbf3582fa8413ed165
parent2c90d51123fba44a90e09aa4a4f2b7d972dadb94
patch 8.0.0483: illegal memory access when using :all

Problem:    Illegal memory access when using :all. (Dominique Pelle)
Solution:   Adjust the cursor position right after setting "curwin".
src/testdir/test_window_cmd.vim
src/version.c
src/window.c