Merge f6830ee765acd0a21821c95d2ed913b5edf0239a into 39f06b873a8449af8ff6a3eee716d3da14d63a76

This commit is contained in:
Jaehwang Jerry Jung 2019-10-15 08:41:38 +00:00 committed by GitHub
commit 91084372a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,7 +338,7 @@ func! AutoPairsFastWrap()
let c = @"
normal! x
let [before, after, ig] = s:getline()
if after[0] =~ '\v[\{\[\(\<]'
if after[0] =~ '\v[{[(<]'
normal! %
normal! p
else