You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error detected while processing function EasyClip#Yank#YankMotion[5]..EasyClip#Yank#_YankLastChangedText[29]..EasyClip#Yank#OnYanksChanged[3]..EasyClip#Shared#SaveToFileIfDirty:
line 19:
E482: Can't create file /home/simon/touchstone/modules/vim/unmanaged/easyClipShareYanks/.easyclip
I have set:
let g:EasyClipShareYanksDirectory = g:UnmanagedDataFolder('easyClipShareYanks') " has its own var for specifying filename
let g:EasyClipShareYanks = 1
I quote the doc:
EasyClip can automatically store the yank history to file, so that it can be
restored the next time you start Vim. Storing it to file also allows other
active Vim instances to seamlessly share the same clipboard and yank history.
The text was updated successfully, but these errors were encountered:
simlei
changed the title
easyclip yankstack file could not be written with multiple vim instances open.
Clipboard shariung broken: yankstack file could not be written with multiple vim instances open.
May 21, 2018
simlei
changed the title
Clipboard shariung broken: yankstack file could not be written with multiple vim instances open.
Clipboard sharing broken: yankstack file could not be written with multiple vim instances open.
May 21, 2018
With another vim instance open, this occurs:
I have set:
I quote the doc:
EasyClip can automatically store the yank history to file, so that it can be
restored the next time you start Vim. Storing it to file also allows other
active Vim instances to seamlessly share the same clipboard and yank history.
The text was updated successfully, but these errors were encountered: