aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin/tex.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-09-26 09:15:40 +0800
committerjdhao <jdhao@hotmail.com>2020-09-26 09:15:40 +0800
commitb65c7c6d702ba0371e917066b55a58cf14f2d1bb (patch)
tree801a9cab3e33120ee8a7781c1ccb28522b59b269 /after/ftplugin/tex.vim
parentc248ab02d40249479ca5c0f75ae580e5f2074239 (diff)
change vim script style from 4-space indent to 2-space
Diffstat (limited to 'after/ftplugin/tex.vim')
-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 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