slukits
slukits
The problem seems to be that mvim/vim opens a new shell to run `cmd` from `:!cmd` because `:!echo $PATH` =! `:echo $PATH`. The later returns the content from the path...
It's still the same mvim doesn't use the python from the environment it was started in but the system python. Mac OS 10.15.1, VIM - Vi IMproved 8.1 (2018 May...
Setting call govim#config#Set("ExperimentalAutoreadLoadedBuffers", 1) seems to fix this issue. Sorry for bothering!
Here I was to quick :| setting this feature breaks govim and also vim because every second or so an Error is reported. I barely could save the messages: E605:...
Below gpm package which is MIT licensed (https://opensource.org/license/mit/) adds gpm support to tcell. Usage: ```go // import "path/to/gpm" func main() { scr, err := tcell.NewScreen() if err != nil {...
the gpm package works for me; it doesn't look like as if it gets patched into tcell.
On 10 December 2023 21:40:15 CET, gdamore ***@***.***> wrote: >I was going to see if I could just import the file that @slukits wrote, but it lacks any kind of...