-
-
Notifications
You must be signed in to change notification settings - Fork 686
Open
Milestone
Description
I am using the taglist plugin. I've found a strange issue: when I open a taglist window—with :TlistOpen
—and then try closing the whole MacVim window without closing the taglist window separately with :TlistClose
, MacVim freezes.
More investigation shows that this apparently innocent line in taglist.vim caused the freeze (commenting it out eliminates the problem):
let &columns= &columns - (g:Tlist_WinWidth + 1)
It looks like bug in MacVim. There is no such problem in, say, gVim for Windows.
I am currently using macvim stable 8.0-134 (bottled) from Homebrew.
Metadata
Metadata
Assignees
Labels
No labels