traces.vim icon indicating copy to clipboard operation
traces.vim copied to clipboard

Range, pattern and substitute preview for Vim

Results 7 traces.vim issues
Sort by recently updated
recently updated
newest added

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: ![preview](https://user-images.githubusercontent.com/717109/93788047-60777b80-fc39-11ea-83d9-554c092fe348.png) https://asciinema.org/a/qANXIkOG0FcRTKEIaefnbBsTt

enhancement

I think the highlighting groups are overlapping. It shows the preview of the actual substitution, but not the coloring ![vim traces](https://user-images.githubusercontent.com/10500823/86274866-5ac14b00-bba0-11ea-9f43-606e5f16c2f2.gif) 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...

bug
wontfix

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