Hi!
First of all, thanks for very useful plugin. I've noticed that when project directory name contains dots, like 'bitbucket.org' etc., session file name gets truncated, due to fnamemodify('%:t:r'). I've fixed this by separating logic for directory name and session file name in s:GetSessionFileName().
Hi! First of all, thanks for very useful plugin. I've noticed that when project directory name contains dots, like 'bitbucket.org' etc., session file name gets truncated, due to
fnamemodify('%:t:r')
. I've fixed this by separating logic for directory name and session file name ins:GetSessionFileName()
.Best regards, Andrew.