From 4422ebc299b30996b1ebb57b49c343ba74585e47 Mon Sep 17 00:00:00 2001 From: kyazdani42 Date: Fri, 21 Feb 2020 17:21:03 +0100 Subject: [PATCH] remove comment as its been fixed with buffer options --- lua/tree.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/tree.lua b/lua/tree.lua index f6cf091f..db632a56 100644 --- a/lua/tree.lua +++ b/lua/tree.lua @@ -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