Skip to content

Commit

Permalink
fix: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 3, 2024
1 parent 79c5231 commit 2bf0429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/noice/util/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ function M.read_file(file)
end

function M.is_exiting()
return vim.v.exiting ~= vim.NIL or vim.v.dying ~= vim.NIL
return vim.v.exiting ~= vim.NIL
end

function M.write_file(file, data)
Expand Down

0 comments on commit 2bf0429

Please sign in to comment.