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
fix(windows): handle Windows file paths correctly in refile (#1042)
* fix(windows): handle Windows file paths correctly in refile
There was a bug on Windows where the first character of the file name was dropped during refile. This happened because an extra leading / was added to the beginning of the path, resulting in something like: `/C:/org/file.org` which was then displayed as: `ile.org`.
Some issue was reported in #911, but not fixed on Windows.
* apply reviewer suggestion for Windows path handling
Co-authored-by: Kristijan Husak <[email protected]>
---------
Co-authored-by: Kristijan Husak <[email protected]>
0 commit comments