traces.vim
traces.vim copied to clipboard
Range, pattern and substitute preview for Vim
How about the plugin make better like [incsearch.vim](https://github.com/haya14busa/incsearch.vim#automatic-nohlsearch)? For example: set ```vim let g:traces_auto_nohlsearch = v:true ``` to enable the new feature.
I use the command window (opened with q: q/ or q?) and have noticed that this does not work there.
I think it would be awesome to see both "old" and "new" text:  https://asciinema.org/a/qANXIkOG0FcRTKEIaefnbBsTt
I think the highlighting groups are overlapping. It shows the preview of the actual substitution, but not the coloring  color theme gruvbox and despacio Awesome plugin, thank you!
I just found out about this plugin and so far I like it a lot. While the live substitution preview, if the substitution string gets long enough for the line...
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...
Hi, I think I've found a bug in the plugin. To reproduce: 1. Run `gvim.exe --clean --cmd "language messages English"` 2. Execute `:set listchars=eol:¬` 3. Execute `:packadd traces.vim-master` 4. Execute...