remove comment as its been fixed with buffer options

This commit is contained in:
kyazdani42 2020-02-21 17:21:03 +01:00
parent b96d104c0b
commit 4422ebc299

View File

@ -126,7 +126,6 @@ local function check_windows_and_close()
local wins = api.nvim_list_wins()
if #wins == 1 and is_win_open() then
-- TODO: find why it hangs
api.nvim_command('q!')
end
end