]> granicus.if.org Git - vim/commit
patch 9.0.1020: tests call GetSwapFileList() before it is defined v9.0.1020
authorBram Moolenaar <Bram@vim.org>
Tue, 6 Dec 2022 14:21:09 +0000 (14:21 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 6 Dec 2022 14:21:09 +0000 (14:21 +0000)
commit6572a90287c7aa6e8042b18604891e9df3657245
tree14b41a4662aacb8afb4853844c3c1f3e49918be5
parent56a40fea9c28f8fc918a0db6de4c048da241cf32
patch 9.0.1020: tests call GetSwapFileList() before it is defined

Problem:    Tests call GetSwapFileList() before it is defined.
Solution:   Move the call to after defining the function. (Christopher
            Plewright)
src/testdir/runtest.vim
src/version.c