Skip to content

Commit

Permalink
chore(doc): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 25, 2024
1 parent fddbf38 commit 5fe9ab0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/auto-save.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*auto-save.nvim.txt* For Neovim >= 0.8.0 Last change: 2024 April 08
*auto-save.nvim.txt* For Neovim >= 0.8.0 Last change: 2024 April 25

==============================================================================
Table of Contents *auto-save.nvim-table-of-contents*
Expand Down Expand Up @@ -113,6 +113,7 @@ VIM-PLUG *auto-save.nvim-installation-vim-plug*
condition = nil,
write_all_buffers = false, -- write all buffers when the current one meets `condition`
noautocmd = false, -- do not execute autocmds when saving
lockmarks = false, -- lock marks when saving, see `:h lockmarks` for more details
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,
Expand Down

0 comments on commit 5fe9ab0

Please sign in to comment.