dhruvasagar / vim-prosession

Handle vim sessions like a pro
254 stars 22 forks source link

Windows sessions ignore drive letters #74

Open dhruvasagar opened 4 years ago

dhruvasagar commented 4 years ago
One follow up observation and an additional problem based on the following correspondence table: Windows Dir ignore_string
c:\TEMP "c:/TEMP"
d:\TEMP "d:/TEMP"

On Windows machines, it looks like vim-prosession does not care about the drive-letter, and saves the session into %TEMP.vim regardless of where GVIM is launched.