markonm / traces.vim

Range, pattern and substitute preview for Vim
MIT License
742 stars 13 forks source link

When pressing `:` on an empty line with `set debug+=msg`, get error messages #46

Open axvr opened 1 year ago

axvr commented 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.

Reproduce:

  1. Open Vim,
  2. :set debug+=msg
  3. Press : in normal mode.
image