Christian Brabandt

Results 834 comments of Christian Brabandt

My improved color highlight plugin also does not have that problem: https://github.com/chrisbra/color_highlight

We tried several different ways to include xxd in the coverage process. Please see * [Patch 8.0.1693](https://github.com/vim/vim/releases/tag/v8.0.1693) [Travis-CI Log](https://api.travis-ci.org/v3/job/364771625/log.txt) * [Patch 8.0.1696](https://github.com/vim/vim/releases/tag/v8.0.1696) [Travis-CI Log](https://api.travis-ci.org/v3/job/364994608/log.txt) * [Patch 8.0.1698](https://github.com/vim/vim/releases/tag/v8.0.1698) [Travis-CI Log](https://api.travis-ci.org/v3/job/365271005/log.txt) *...

ping @brammool this would be a good ui enhancement for Vim as well, wouldn't it?

Hm, it runs into this condition here, which breaks it: https://github.com/chrisbra/matchit/blob/5428ebbc670ef3c73c74a94faad109d76a091e66/plugin/matchit.vim#L53 I have no idea why this was added initially. If you use this mapping: xnoremap (MatchitVisualForward) :call matchit#Match_wrapper('',1,'v')m'gv`` it...

can you please show an example? It may not work perfectly for the current solution, since we need to parse the ansi color codes and highlight the matching parts in...

Hmmmm, I'll have to check with Neovim

Hi, what exactly do you mean with: > My question is: is there a possibility to have hl-LineNr for the current plugin highlights? > For example: > > ChangesSignTextAddNr >...

okay. Can you please show a screenshot of how it currently looks? Thanks

ah okay. So this is with `:set signcolumn=no`? I believe the numbers cannot individually be highlighted. Or is this differently in Neovim?

> `normal tabcdefgy` Hm, what exactly are you trying to do? I guess this should jump to the string starting with `abcdefg` and then `y` (yank)? It's not clear to...