Hey 👋 , I'm mattn
I
- Long-time Golang user&contributor
- Google Dev Expert for Go
- Author of many Go tools
- Vim plugin author (emmet-vim, vim-gist, vim-lsp-settings, etc)
- Windows hacker
I'm looking for GitHub sponsors.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseI
I'm looking for GitHub sponsors.
Current implementation of :echowindow,
func Foo() echo 123 return 'foo'
endfunc echowindow Foo()
This code shows 123 and foo both on echowindow. I…
Steps to reproduce
start gvim.exe
imap <C-D>t bbb
type <C-D> and wait
On vim.exe, any characters are not typed but on gvim.exe, it leave D on the…