Skip to content

Freeze when exiting a taglist window #531

@adah1972

Description

@adah1972

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions