diff options
author | listout <listout@protonmail.com> | 2021-07-17 14:02:09 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-07-17 14:02:09 +0530 |
commit | 7e3924daf143bf0ea9638b23ea253b5ca8799d93 (patch) | |
tree | 1a07e2c1d1af39375e61ea7809a4cf24b4c4c287 /after | |
parent | 246724eb9ff30bb04fea0f9d0a518f5886ba938f (diff) |
correction for $ in autopair
Diffstat (limited to 'after')
-rw-r--r-- | after/ftplugin/markdown.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/ftplugin/markdown.vim b/after/ftplugin/markdown.vim index c272a81..e9123a5 100644 --- a/after/ftplugin/markdown.vim +++ b/after/ftplugin/markdown.vim @@ -22,7 +22,7 @@ map gf :e <cfile><CR> let g:AutoPairs = { \ "`":"`", \ "$":"$", - \ "$$$":"$$$", + \ "$$":"$$", \ "```":"```", \ "(":")", \ "[":"]", |