Merge 1a8be02cbd9084d5120309f7d175b7b114b5bd4e into 39f06b873a8449af8ff6a3eee716d3da14d63a76

This commit is contained in:
Farrel Nikoson 2024-07-08 17:03:39 +07:00 committed by GitHub
commit 207016ddc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -627,7 +627,7 @@ func! AutoPairsTryInit()
let old_cr = '<CR>'
let is_expr = 0
else
let old_cr = info['rhs']
let old_cr = '<CR>'
let old_cr = s:ExpandMap(old_cr)
let old_cr = substitute(old_cr, '<SID>', '<SNR>' . info['sid'] . '_', 'g')
let is_expr = info['expr']