From b1403fb788eaaa4faeb456a9db8132e04a7cbe15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Sun, 18 Oct 2015 07:01:19 +0200 Subject: [PATCH] Fixed mapping {{ -> \left\{\right\} --- autoload/vimtex/imaps.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/vimtex/imaps.vim b/autoload/vimtex/imaps.vim index 969fd29..7fc53c0 100644 --- a/autoload/vimtex/imaps.vim +++ b/autoload/vimtex/imaps.vim @@ -58,7 +58,7 @@ function! s:default_collections() " {{{1 \ ['^^', '^\{$1\}'], \ ['((', '\left($1\right)'], \ ['[[', '\left[$1\right]'], - \ ['{{', '\left\{$1\right\}'], + \ ['{{', '\left\\{$1\right\\}'], \ ], \ }, \ {