Alex Efros
Alex Efros
#### Environment details - Programming language: N/A - OS: Linux - Language runtime version: N/A - Package version: v1.30.1 #### Steps to reproduce We keep proto-files in `api/proto/` subdirectory and...
https://docs.fedoraproject.org/en-US/defensive-coding/programming-languages/Shell/#sect-Defensive_Coding-Shell-Edit_Guard recommends to have `main "$@" ; exit $?` as single line… Maybe it's worth to support this case and avoid auto-rewriting it as two lines?
Currently we've DOCKER-USER iptables chain, but this helps managing only filter/FORWARD chain, while there are other chains modified by docker E.g. I'm running docker on a router, and I've several...
Using latest version 0.6.3 on trivial package with generics https://github.com/powerman/chanq result in panic. ``` $ gocritic check -enable='#diagnostic' panic: unreachable [recovered] panic: unreachable goroutine 599 [running]: github.com/go-critic/go-critic/framework/lintmain/internal/check.(*program).checkFile.func1.1() /home/powerman/go/pkg/mod/github.com/go-critic/[email protected]/framework/lintmain/internal/check/check.go:155 +0x11e panic({0x903ca0,...
It looks like this was already fixed in #3. Here are some examples, but my point is, all regexps should be reviewed and anchored unless there is a really good...
I wonder is there any way to trigger vim function which will insert snippet? Example use case is for Go, where https://github.com/fatih/vim-go implements support for https://github.com/koron/iferr tool by providing ways...
This is surprising and not documented behaviour. I believe it's the best to fix it (return nil), or otherwise at least document it.
I had to add this to vimrc as a workaround, but it probably should be fixed in plugin. ```vim autocmd User GnuPG call timer_start(1, 'FixRedraw', {}) func FixRedraw(timer) redraw! endfunc...
Looks like if TOC is inside folded block then whole block is deleted while auto-updating TOC on save and TOC is added few lines below deleted block. For example (require...
It would be cool if TOC modification done automatically done on save won't be added to undo history, so `:w` and `u` will undo last change user has done before...