yegappan / taglist

Source code browser plugin for Vim
BSD 2-Clause "Simplified" License
92 stars 39 forks source link

Tlist_Exit_OnlyWindow doesn't work on a tabpage #15

Closed walterchenqq closed 1 month ago

walterchenqq commented 3 months ago

vim 9.1, linux 3.10, Tlist_Exit_OnlyWindow is set to 1

open a source file A tabnew another source file B with taglist window open close B by "quit" command error occurs and taglist window is not closed // you have to close it by another 'quit' error message shows as below: Error detected while processing BufEnter Autocommands for "__Tag_List__"..function 47_Tlist_Window_Exit_Only_Window: line 14: E1312: Not allowed to change the window layout in this autocmd

yegappan commented 1 month ago

Thanks for reporting the issue. This is fixed by ada73c5987e2988a57d63a3e0b9beb6fd0980349.