Pontus Leitzler

Results 18 issues of Pontus Leitzler

### What version of Vim/Gvim are you using? Vim/Gvim version $ vim --version VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Jan 12 2020 09:39:37) Included patches: 1-111 Compiled...

bug

Since gopls now have support for [`textDocument/codeLens`](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_codeLens) where it can suggest dependency upgrades inside a `go.mod` file, we should add it to `govim` as well. There are a few considerations...

enhancement

This is a reminder to add a test that ensures that text property highlighting can be disabled via config, i.e. regression test of #724

testing

As per https://github.com/govim/govim/pull/579#discussion_r359482979 - We should extract current ShowMessage to something common that can be used to present error popup to users in other cases as well.

### What version of Vim/Gvim are you using? Vim/Gvim version $ vim --version VIM - Vi IMproved 8.1 (2018 May 18, compiled Jul 22 2019 00:43:56) macOS version Included patches:...

enhancement

As per https://github.com/govim/govim/pull/665#pullrequestreview-341179867 we should have tests for the full lifecycle of buffers. They should at least include version checks during: - open & close file - changes within the...

enhancement
testing

As `ST1020` is opt-in I would expect it to be ignored if the only comment on an exported function is a deprecation message: ``` % txtar-c . -- foo.go --...

false-positive

Due to a subtle caveat in buffer.Bytes the Go binary protocol method ReadBinary() always over-allocated. We now allocate the asked size directly up to 10 MiB, and then maintain the...

rebase needed
golang