From 4537f2d509e8889c112df206e38e0ae38d549d59 Mon Sep 17 00:00:00 2001 From: AverageGuy123 <70365005+AverageGuy123@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:10:34 +0530 Subject: [PATCH] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 38078fc..3bcc132 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ This script is for vim 7.0 or higher it provides an omnifunc cppcomplete functio You can use the omni completion (intellisense) in C and C++ files. This is a full vim script and you only need a ctags database. -It's not finished yet but now you can : +It's not finished yet but now you can do the following things: - Complete namespaces, classes, structs and union members. - Complete inherited members for classes and structs (single and multiple inheritance).