Fixed mapping {{ -> \left\{\right\}

This commit is contained in:
Karl Yngve Lervåg 2015-10-18 07:01:19 +02:00
parent bc61ce5740
commit b1403fb788

View File

@ -58,7 +58,7 @@ function! s:default_collections() " {{{1
\ ['^^', '^\{$1\}'], \ ['^^', '^\{$1\}'],
\ ['((', '\left($1\right)'], \ ['((', '\left($1\right)'],
\ ['[[', '\left[$1\right]'], \ ['[[', '\left[$1\right]'],
\ ['{{', '\left\{$1\right\}'], \ ['{{', '\left\\{$1\right\\}'],
\ ], \ ],
\ }, \ },
\ { \ {