zivarah
zivarah
**Describe the bug** Version: 13.0.2 addTypeArgument() only seems to work for simple call expressions of the form `foo()`, but not forms like `this.foo()`. **To Reproduce** Consider this source file: ```...
System.CommandLine version: 2.0.0-beta4.22272.1 There is a mismatch between how `=` is handled between splitting up the tokens and processing words for completion, which results in a crash. ```C# using System.CommandLine;...
## Description Taking actions in twiggy (such as switching branches) does not trigger the fugitive status buffer to update automatically. Given that twiggy is advertised as a fugitive extension, I...
It looks like the format string used to display lines in the status buffer is hardcoded: ``` function! s:QueryLog(refspec, limit, dir) abort let [log, exec_error] = s:LinesError(['log', '-n', '' ....
### Did you check docs and existing issues? - [X] I have read all the which-key.nvim docs - [X] I have updated the plugin to the latest version before submitting...
This looks to be the same issue as #1609, but I'm opening a new one since that one is marked as completed. ## Description If a file contains no newline...
This `shell.nix` file provides an environment that allows building and testing git with `make`. The tools/libraries included were determined by reviewing git's `INSTALL` document [1] followed by some trial and...