diff options
Diffstat (limited to 'after/ftplugin/tex.vim')
| -rw-r--r-- | after/ftplugin/tex.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/after/ftplugin/tex.vim b/after/ftplugin/tex.vim index 87281a6..868f4e6 100644 --- a/after/ftplugin/tex.vim +++ b/after/ftplugin/tex.vim @@ -1,6 +1 @@ -" Only use the following character pairs for tex file -if match(&runtimepath, 'auto-pairs') != -1 - let b:AutoPairs = AutoPairsDefine({'<' : '>'}) - let b:AutoPairs = {'(':')', '[':']', '{':'}', '<':'>'} -endif set textwidth=79 |
