diff runtime/doc/usr_41.txt @ 31347:56a2af8c0980 v9.0.1007

patch 9.0.1007: there is no way to get a list of swap file names Commit: https://github.com/vim/vim/commit/c216a7a21a25a701b84b79abc1ba6ab0baa3a311 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 5 13:50:55 2022 +0000 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Dec 2022 15:00:11 +0100
parents a7801222c9c5
children 15c80d8bc515
line wrap: on
line diff
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -1031,6 +1031,7 @@ Buffers, windows and the argument list:
 	getwininfo()		get a list with window information
 	getchangelist()		get a list of change list entries
 	getjumplist()		get a list of jump list entries
+	swapfilelist()		list of existing swap files in 'directory'
 	swapinfo()		information about a swap file
 	swapname()		get the swap file path of a buffer