diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-26 08:48:39 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-09-26 08:48:39 +0800 |
| commit | c248ab02d40249479ca5c0f75ae580e5f2074239 (patch) | |
| tree | 86ae61e6e440d2d9ddbca599e845743f28be3948 /after | |
| parent | 4d367bb7ebed3327676c491221856751d168f1f3 (diff) | |
turn tab to spaces
Diffstat (limited to 'after')
| -rw-r--r-- | after/ftplugin/tex.vim | 4 |
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 |
