We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
set autowriteall
1 parent c0c0926 commit db3ccffCopy full SHA for db3ccff
1 file changed
lua/fzf-lua/actions.lua
@@ -229,6 +229,7 @@ M.vimcmd_entry = function(vimcmd, selected, opts, bufedit)
229
vimcmd, will_replace_curbuf = "split", false
230
elseif not vim.o.hidden
231
and not vim.o.confirm
232
+ and not vim.o.autowriteall
233
and utils.buffer_is_dirty(vim.api.nvim_get_current_buf(), true) then
234
return
235
end
0 commit comments