From 7f20f5b6c78e177994f21e822a39a62129e92ad3 Mon Sep 17 00:00:00 2001 From: Jia Jia <35106942+mathjiajia@users.noreply.github.com> Date: Tue, 9 Nov 2021 21:50:51 +0800 Subject: [PATCH] Update options.vim remove redundant 'Gamma' --- autoload/vimtex/options.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/autoload/vimtex/options.vim b/autoload/vimtex/options.vim index 5894ea30fb..d4eb00b53e 100644 --- a/autoload/vimtex/options.vim +++ b/autoload/vimtex/options.vim @@ -194,7 +194,6 @@ function! vimtex#options#init() abort " {{{1 \ { 'lhs' : 'w', 'rhs' : '\omega' }, \ { 'lhs' : 'z', 'rhs' : '\zeta' }, \ { 'lhs' : 'x', 'rhs' : '\xi' }, - \ { 'lhs' : 'G', 'rhs' : '\Gamma' }, \ { 'lhs' : 'D', 'rhs' : '\Delta' }, \ { 'lhs' : 'F', 'rhs' : '\Phi' }, \ { 'lhs' : 'G', 'rhs' : '\Gamma' },