Christian Brabandt

Results 813 comments of Christian Brabandt

Reverting the diff is definitly wrong. The diff from `v9.0.0379` fixes a syntax error. Try and search for it, you will get the following error: `/\v%(%\x\x)` : `E678: Invalid character...

remove those two lines from your copy then. Or try to learn about `:h i_CTRL-D` and `i_CTRL-T`

Let me add a configure switch for people to opt-in into the multiline detection and include it.

You can create a pull request, but using the unnamed register is something very different then using the (system) wide clipboard.

Please give more information. So you are visual selecting anything and press ``? What does `:vnoremap ` give you? What about `:echo has("clipboard_working")`? If you change line 27 from: ```...

> v * y Wait what? Where does that come from? Do you have this in your runtime file? Please show the output of `:verbose :vmap ` ``` :echo has("clipboard_working")...