vim-session icon indicating copy to clipboard operation
vim-session copied to clipboard

Swapfiles conflict when opening session in two Vim sessions

Open mawkler opened this issue 5 years ago • 0 comments

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?

mawkler avatar Sep 08 '20 20:09 mawkler