From af01563f66199894a85b397a40512256c7b5fd28 Mon Sep 17 00:00:00 2001 From: Arvind Date: Mon, 8 Aug 2016 09:35:37 +0530 Subject: [PATCH] Rename CPP inc snippet to prevent name collision with C inc snippet --- snippets/cpp.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/cpp.snippets b/snippets/cpp.snippets index d06b3c9..42c3734 100644 --- a/snippets/cpp.snippets +++ b/snippets/cpp.snippets @@ -3,7 +3,7 @@ extends c ## ## Preprocessor # #include <...> -snippet inc +snippet incc #include <${1:iostream}> snippet binc #include