mirror of
https://github.com/jiangmiao/auto-pairs.git
synced 2025-04-21 20:18:48 +08:00
Merge 1a8be02cbd9084d5120309f7d175b7b114b5bd4e into 39f06b873a8449af8ff6a3eee716d3da14d63a76
This commit is contained in:
commit
207016ddc9
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user