]> granicus.if.org Git - vim/commit
patch 9.0.1007: there is no way to get a list of swap file names v9.0.1007
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Dec 2022 13:50:55 +0000 (13:50 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Dec 2022 13:50:55 +0000 (13:50 +0000)
commitc216a7a21a25a701b84b79abc1ba6ab0baa3a311
treee8bda92c7339e1960d00dc035f0de82f3c2b975a
parent65214053f6a4bdb1099404a4b5dccb85ca3e5c7c
patch 9.0.1007: there is no way to get a list of swap file names

Problem:    There is no way to get a list of swap file names.
Solution:   Add the swapfilelist() function.  Use it in the test script to
            clean up.  Remove deleting individual swap files.
14 files changed:
runtime/doc/builtin.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/main.c
src/memline.c
src/proto/memline.pro
src/testdir/runtest.vim
src/testdir/test_suspend.vim
src/testdir/test_swap.vim
src/testdir/test_tagjump.vim
src/testdir/test_tcl.vim
src/testdir/test_termcodes.vim
src/testdir/test_window_cmd.vim
src/version.c