From 02520a6a2073c1aa4746e1eceb081f1b1efc1a28 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 4 Sep 2016 21:42:27 +0100 Subject: [PATCH] Simplify C++ class snippet --- UltiSnips/cpp.snippets | 1 - 1 file changed, 1 deletion(-) diff --git a/UltiSnips/cpp.snippets b/UltiSnips/cpp.snippets index a34d944..465d4e0 100644 --- a/UltiSnips/cpp.snippets +++ b/UltiSnips/cpp.snippets @@ -31,7 +31,6 @@ class ${1:name} { ~${1/(\w+)\s.*/$1/}(); - private: $0 }; endsnippet