From 6435ed4c4d5ac917f4ed9f59b924f7253261e0a0 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 26 Oct 2020 13:33:14 +0000 Subject: [PATCH] Add TODO to cpp syntax --- syntax/cpp.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax/cpp.vim b/syntax/cpp.vim index 882c100..3047994 100644 --- a/syntax/cpp.vim +++ b/syntax/cpp.vim @@ -109,6 +109,7 @@ endif if !exists('cpp_no_function') " Match function expressions: expr() " ^^^^ + " TODO: change .* to a not be greedy syn match cppFunction '\h\w*\ze<.*>\s*(' display hi default link cppFunction Function