If I create same file names like A.cpp b.cpp C.cpp D.cpp
in multiple directories
and forget to save it, by default swap file is created.
I have also added this in my init.vim
set backupdir=~/Desktop/cp/vimtmp//
set directory=~/Desktop/cp/vimtmp//
set undodir=~/Desktop/cp/vimtmp//
Will the swap files of same names in different directory collide ever?