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
Using substring len+1, it omits the first character of the path.
I think it's all coming from using a simple and cheap trick of substring +1 instead of proper path handling. Even something like split by the delimiter(slash or backslash) would've been better.
Relevant errors (if available)
No response
Steps to reproduce
Use custom base path or not, you can see
fatal: ambiguous argument 'xxxxxx': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
Be careful to see that the file name xxxxx's first character is omitted.
Expected Behavior
No response
Addition context
No response
Operating system
Windows
Plugin version
1.26.3
The text was updated successfully, but these errors were encountered:
Describe the bug
Please have a look at kometenstaub/obsidian-version-history-diff#9 (comment)
Using substring len+1, it omits the first character of the path.
Relevant errors (if available)
No response
Steps to reproduce
Use custom base path or not, you can see
Be careful to see that the file name xxxxx's first character is omitted.
Expected Behavior
No response
Addition context
No response
Operating system
Windows
Plugin version
1.26.3
The text was updated successfully, but these errors were encountered: