vitaly / dotvim2

modular and easily configurable and extendable `.vim` configuration
MIT License
77 stars 15 forks source link

expand tilde for home directory #1

Closed elazarl closed 8 years ago

elazarl commented 8 years ago

Otherwise vim would try to open literally ~/.backup/yankring_... and fail with error:

Error detected while processing function 103_YRInit..103_YRHistoryRead..103_YRHistorySave: line 13: E482: Can't create file ~/.backup/yankring_history_v2.txt YRHistorySave: Unable to save yankring history file: ~/.backup/yankring_history_v2.txt

vitaly commented 8 years ago

interesting.... I don't have this error. wander why... ;)