From c248ab02d40249479ca5c0f75ae580e5f2074239 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 26 Sep 2020 08:48:39 +0800 Subject: [PATCH] turn tab to spaces --- after/ftplugin/tex.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/after/ftplugin/tex.vim b/after/ftplugin/tex.vim index 1181e79..6e6a7ca 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