Skip to content

Commit 656b057

Browse files
dmtrKovalenkogithub-actions[bot]
authored andcommitted
chore: Update docs for - fix: Race when openning many sequenital dirs
1 parent 0e73f19 commit 656b057

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

doc/fff.nvim.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*fff.nvim.txt* For Neovim >= 0.10.0 Last change: 2026 February 28
1+
*fff.nvim.txt* For Neovim >= 0.10.0 Last change: 2026 March 06
22

33
==============================================================================
44
Table of Contents *fff.nvim-table-of-contents*
@@ -292,8 +292,7 @@ KEY FEATURES ~
292292
AVAILABLE METHODS
293293

294294
>lua
295-
require('fff').find_files() -- Find files in current directory
296-
require('fff').find_in_git_root() -- Find files in the current git repository
295+
require('fff').find_files() -- Find files in current repositro
297296
require('fff').scan_files() -- Trigger rescan of files in the current directory
298297
require('fff').refresh_git_status() -- Refresh git status for the active file lock
299298
require('fff').find_files_in_dir(path) -- Find files in a specific directory

0 commit comments

Comments
 (0)