Skip to content

Commit

Permalink
Changed mapping for equation*: EQS => EES
Browse files Browse the repository at this point in the history
  • Loading branch information
gerw committed Oct 9, 2011
1 parent ba954a3 commit 68babf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/latex-suite/envmacros.vim
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ call s:Tex_EnvMacros('EDM', '&Math.', 'displaymath')
call s:Tex_EnvMacros('EEA', '&Math.', 'eqnarray')
call s:Tex_EnvMacros('', '&Math.', 'eqnarray*')
call s:Tex_EnvMacros('EEQ', '&Math.', 'equation')
call s:Tex_EnvMacros('EQS', '&Math.', 'equation*')
call s:Tex_EnvMacros('EES', '&Math.', 'equation*')
call s:Tex_EnvMacros('EMA', '&Math.', 'math')
call s:Tex_EnvMacros('EAL', '&Math.', 'align')
call s:Tex_EnvMacros('EAS', '&Math.', 'align*')
Expand Down

0 comments on commit 68babf2

Please sign in to comment.