Merge 1686650810195e52d1783dde9f7d15e35abc42f9 into 39f06b873a8449af8ff6a3eee716d3da14d63a76

This commit is contained in:
Josef Utbult 2023-12-10 20:00:57 +01:00 committed by GitHub
commit 61294de7a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,8 @@ func! AutoPairsDefaultPairs()
let allPairs = {
\ 'vim': {'\v^\s*\zs"': ''},
\ 'rust': {'\w\zs<': '>', '&\zs''': ''},
\ 'php': {'<?': '?>//k]', '<?php': '?>//k]'}
\ 'php': {'<?': '?>//k]', '<?php': '?>//k]'},
\ 'markdown': {'$': '$', '$$': '$$'}
\ }
for [filetype, pairs] in items(allPairs)
if &filetype == filetype