]> granicus.if.org Git - vim/commit
patch 9.0.0061: ml_get error with nested autocommand v9.0.0061
authorBram Moolenaar <Bram@vim.org>
Sat, 23 Jul 2022 08:06:48 +0000 (09:06 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 23 Jul 2022 08:06:48 +0000 (09:06 +0100)
commit5fa9f23a63651a8abdb074b4fc2ec9b1adc6b089
treeecfbc53cfa7bd322b2506a4b11909e234063272d
parentb9e717367c395490149495cf375911b5d9de889e
patch 9.0.0061: ml_get error with nested autocommand

Problem:    ml_get error with nested autocommand.
Solution:   Also check line numbers for a nested autocommand. (closes #10761)
src/autocmd.c
src/proto/window.pro
src/testdir/test_autocmd.vim
src/version.c
src/window.c