In vimscript I can regexp-match stuff with matchstr() and matchlist()
But what if I have to append to the pattern a user-provided string?
How can I quote meta characters in that?
|
feedback
|
|
I don't think there's anything that does that, but you could use a magicness modifier which might be good enough. Let's say you have the following expression:
if
Note, however, that this is not exactly what you're asking for. If the user enters | |||||||
feedback
|