dhruvasagar / dhruvasagar/vim-prosession
Windows sessions ignore drive letters
Open
- Dominant language
- Vim Script
- Stars
- 263
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.