From 473aea9d6ff257fec6697f885ef05496090ed06c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 21 Jul 2023 06:33:16 +0000 Subject: [PATCH] chore(doc): auto-generate vimdoc --- doc/auto-save.nvim.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/auto-save.nvim.txt b/doc/auto-save.nvim.txt index ad58590..32cbeb0 100644 --- a/doc/auto-save.nvim.txt +++ b/doc/auto-save.nvim.txt @@ -1,4 +1,4 @@ -*auto-save.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 July 05 +*auto-save.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 July 21 ============================================================================== Table of Contents *auto-save.nvim-table-of-contents* @@ -113,6 +113,7 @@ VIM-PLUG *auto-save.nvim-installation-vim-plug* -- if set to `nil` then no specific condition is applied condition = nil, write_all_buffers = false, -- write all buffers when the current one meets `condition` + noautocmd = false, -- do not execute autocmds when saving debounce_delay = 1000, -- delay after which a pending save is executed -- log debug messages to 'auto-save.log' file in neovim cache directory, set to `true` to enable debug = false,