Bryan Kenote

Results 3 issues of Bryan Kenote

### Description Files with a path containing a `$` character are not loaded in diffview. There are frontend routing frameworks that use the `$` character for file-based routing. ### Expected...

bug

fixes https://github.com/sindrets/diffview.nvim/issues/556 The code in question is trying to replace an environment variable name in a file path with it's value. It is assuming that if a segment starts with...