Skip to content

Swapfiles conflict when opening session in two Vim sessions #189

@mawkler

Description

@mawkler

When doing :OpenSession in two different Vim instances I get the following warning:

E325: ATTENTION
Found a swap file by the name ...

Despite having the following set in my .vimrc.

set shortmess+=A
let g:session_autosave = 'no'
let g:session_autoload = 'no'
let g:session_lock_enabled = 0

Shouldn't set shortmess+=A suppress this warning?

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