auto-pairs icon indicating copy to clipboard operation
auto-pairs copied to clipboard

fix AutoPairsFastWrap: remove wrong `\` inside `[]`

Open tomtomjhj opened this issue 5 years ago • 0 comments

'\v[\{\[\(\<]' matches '\' because the collection pattern (:help /[]) matches any single char in the collection even though \v is used. Because of this, AutoPairsFastWrap() on texts like {\bar{|}\asdf} didn't work.

This patch removes such wrong \s.

tomtomjhj avatar Oct 15 '19 08:10 tomtomjhj