Results 78 comments of machakann

### How to reproduce 1. Prepare a buffer contains a URL-like text ``` https://foo.com/ ``` 2. Vim freezes when insert a character after `foo.com/` and a space. ``` https://foo.com/ a...

Another solution here: ```vim nmap gcc (caw:hatpos:toggle:operator)_ xmap gcc (caw:hatpos:toggle:operator) ``` This is `.` command repeatable. Note you need `vim-operator-user`.

Almost same. There is a little difference on the handling of successive (non-indent) spaces, probably. But, honestly, I'm not very sure about it.

Thanks. It seems a nice idea. Don't worry about the Japanese document, it is solely for me.

Hello, thank you for your report. I've tried on neovim v0.4.3, but unfortunately, I couldn't reproduce. It's easy to fiter ids equal to -1 before passing to `matchdelete`, however, in...

Thank you, don't mind about minimal vimrc. Is [this](https://github.com/wookayin/dotfiles) your rc files?

I might find the problem. Some plugins use [clearmatches()](https://vimhelp.org/eval.txt.html#clearmatches()) which clears **ALL** highlights including others set. Probably, vim-highlightedyank tried to clear the highlight which was already cleared, and thus some...

I've added a check to avoid the above situation. It is already merged to master, please try. Please inform me if the problem still persists.

By the way, > Another similar error that might happen from `matchdelete()`: > > ``` > Error detected while processing function 252_quench[5]..337: > line 8: > E803: ID not found:...