From 8277ad04ab8dcc0d39b670eb1a8ad083d7bc757c Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 3 Feb 2022 14:25:19 +0000 Subject: [PATCH] Add <> to % matches in cpp filetype --- ftplugin/cpp.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ftplugin/cpp.vim b/ftplugin/cpp.vim index 9dc43db..e4180d6 100644 --- a/ftplugin/cpp.vim +++ b/ftplugin/cpp.vim @@ -1,3 +1,6 @@ +" Add <> to % matches +setlocal matchpairs+=<:> + if has('pythonx') set formatexpr=format#clang_format() endif