From 0cb49376d01b7582ddcbb10fb231e57191eaa07b Mon Sep 17 00:00:00 2001 From: Pavel Lutskov Date: Sat, 4 Jul 2020 10:58:19 +0200 Subject: [PATCH] tex.vim: add et al. abbrev --- ftplugin/tex.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/ftplugin/tex.vim b/ftplugin/tex.vim index b61d93f..2dad353 100644 --- a/ftplugin/tex.vim +++ b/ftplugin/tex.vim @@ -9,6 +9,7 @@ iabbrev td \todo iabbrev mb \mathbf iabbrev ie i.e.\@ iabbrev eg e.g.\@ +iabbrev etal \textit{et~al.}\@ nnoremap x :Latexmk nnoremap lv :LatexView