From b65c7c6d702ba0371e917066b55a58cf14f2d1bb Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 26 Sep 2020 09:15:40 +0800 Subject: change vim script style from 4-space indent to 2-space --- after/ftplugin/tex.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'after/ftplugin/tex.vim') diff --git a/after/ftplugin/tex.vim b/after/ftplugin/tex.vim index 6e6a7ca..7de12d3 100644 --- a/after/ftplugin/tex.vim +++ b/after/ftplugin/tex.vim @@ -1,6 +1,6 @@ " Only use the following character pairs for tex file if &runtimepath =~? 'auto-pairs' - let b:AutoPairs = AutoPairsDefine({'<' : '>'}) - let b:AutoPairs = {'(':')', '[':']', '{':'}', '<':'>'} + let b:AutoPairs = AutoPairsDefine({'<' : '>'}) + let b:AutoPairs = {'(':')', '[':']', '{':'}', '<':'>'} endif set textwidth=79 -- cgit v1.2.3