Merge 9aaba9b668e2adf77076213ae886087ad47641c7 into 39f06b873a8449af8ff6a3eee716d3da14d63a76

This commit is contained in:
kamilwojdylo 2019-03-25 17:02:16 +00:00 committed by GitHub
commit 5b909bdaff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -660,6 +660,7 @@ func! AutoPairsTryInit()
end
" Always silent mapping
execute 'inoremap <script> <buffer> <silent> <CR> '.old_cr.'<SID>AutoPairsReturn'
execute 'inoremap <script> <buffer> <silent> <c-j> '.old_cr.'<SID>AutoPairsReturn'
end
endif
call AutoPairsInit()