diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-21 01:02:19 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-21 01:02:19 +0800 |
| commit | 1ed5220ae987ab5680bd6326a2896c6f043a74b3 (patch) | |
| tree | 06d9157db8933e3dc3846ee0551bcf9a8ff94379 /after/ftplugin/cpp.vim | |
| parent | 42a0663184cb356d4e662956a2b8f04c3b38007b (diff) | |
Do not auto-pair <> for C++
Diffstat (limited to 'after/ftplugin/cpp.vim')
| -rw-r--r-- | after/ftplugin/cpp.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/after/ftplugin/cpp.vim b/after/ftplugin/cpp.vim index 4779a0e..170aa5f 100644 --- a/after/ftplugin/cpp.vim +++ b/after/ftplugin/cpp.vim @@ -39,3 +39,6 @@ function s:create_term_buf(_type, size) abort endif execute 'resize ' . a:size endfunction + +" For delimitMate +let b:delimitMate_matchpairs = "(:),[:],{:}" |
