From bcc440ce992d843938e7a0b50690d0f73edbb80c Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Fri, 24 May 2024 00:48:16 +0300 Subject: [PATCH] Remove extra comment --- plugin/buffers.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/buffers.lua b/plugin/buffers.lua index 12573e5..5a436c6 100644 --- a/plugin/buffers.lua +++ b/plugin/buffers.lua @@ -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