Closed Konfekt closed 10 years ago
Let * denote the cursor position, and assume we are in insert mode.
*$
Hit {. Output:
{
*{$
Expected:
*{}$
Fixed by adding
autocmd FileType tex let b:delimitMate_smart_matchpairs = '^\%(\w\|\!\|£\|_\|["'']\s*\S\)'
to .vimrc.
.vimrc
Let * denote the cursor position, and assume we are in insert mode.
Hit
{
. Output:Expected: