Open axvr opened 1 year ago
When using traces.vim with set debug+=msg set, I get error messages when pressing : on an empty line. This makes debugging other Vim scripts more difficult and annoying. I assume this is indicative of a bug in traces.vim.
set debug+=msg
:
Reproduce:
:set debug+=msg
When using traces.vim with
set debug+=msg
set, I get error messages when pressing:
on an empty line. This makes debugging other Vim scripts more difficult and annoying. I assume this is indicative of a bug in traces.vim.Reproduce:
:set debug+=msg
:
in normal mode.