vimrc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules

commit c8bb7bc5969ed904ac1080b273102057865307c5
parent 5292480dc134330f8e3f4d567b01eade575087c8
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Tue, 26 Mar 2024 11:54:03 -0500

Fixed && command

Diffstat:
MUltiSnips/tex.snippets | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/UltiSnips/tex.snippets b/UltiSnips/tex.snippets @@ -170,8 +170,7 @@ endsnippet context "math()" snippet && "align" iA -&${1:${VISUAL}} \\\\ -$0 +&${1:${VISUAL}} \\\\$0 endsnippet context "math()"