Skip to content

:mkview followed by :loadview makes a buffer tab disappear #59

@tmandry

Description

@tmandry

If I have multiple buffer tabs open, sometimes :mkview followed by :loadview makes one or more tabs (not the current one) disappear.

It seems to matter which buffer is active - doing this in a particular buffer might make two buffers in the same window disappear. But doing it in one of those buffers doesn't make any buffers disappear.

I've tracked it down to the command :doautoall SessionLoadPost at the end of a view script (running only that triggers the behavior). However, calling all the functions listed in :autocmd SessionLoadPost does not trigger the behavior. Also, I looked at the session string before triggering and it looks correct.

I'm using g:wintabs_display = 'statusline' and vim-wintabs-powerline.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions