aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-09-26 08:48:39 +0800
committerjdhao <jdhao@hotmail.com>2020-09-26 08:48:39 +0800
commitc248ab02d40249479ca5c0f75ae580e5f2074239 (patch)
tree86ae61e6e440d2d9ddbca599e845743f28be3948
parent4d367bb7ebed3327676c491221856751d168f1f3 (diff)
turn tab to spaces
-rw-r--r--after/ftplugin/tex.vim4
1 files 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