This commit is contained in:
Evan Kiefl 2019-09-26 11:10:06 -05:00
parent 6e4533e545
commit c301009b1d

View File

@ -413,7 +413,7 @@ func! AutoPairsReturn()
if &filetype == 'coffeescript' || &filetype == 'coffee'
return "\<ESC>".cmd."k==o"
else
return "\<ESC>".cmd."=ko\t"
return "\<ESC>".cmd."ko\t"
endif
end
endfor