Skip to content

Commit

Permalink
Remove extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed May 23, 2024
1 parent e5b761c commit bcc440c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/buffers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ local function close_buffer(command)
return
end

--
if vim.api.nvim_buf_get_option(buffer, 'buftype'):len() ~= 0 or stickybuf.should_auto_pin(buffer) or filettype == 'NeogitCommitMessage' then
vim.cmd.quit()
return
Expand Down

0 comments on commit bcc440c

Please sign in to comment.