From: Alexis Laferrière Date: Sun, 8 Feb 2015 18:06:43 +0000 (-0500) Subject: misc/vim: update README with latest features X-Git-Tag: v0.7.2~19^2 X-Git-Url: http://nitlanguage.org misc/vim: update README with latest features Signed-off-by: Alexis Laferrière --- diff --git a/misc/README.md b/misc/README.md index 947112e..181c047 100644 --- a/misc/README.md +++ b/misc/README.md @@ -81,7 +81,8 @@ The omnifunc applies a simple heuristic to recognize what kind of entities to di (This is a simplification some behaviors are missing.) * If the cursor follows `import`, it will list known modules. -* If it follows `new`, `super` or `class` it will list known classes. +* If it follows `new` it will list known classes with their constructors. +* If it follows `super`, `class`, `isa` or `as` it will list known classes. * If it follows a `.`, it will list properties. * If on an extern method declaration, it will list classes and properties. * Otherwise, it will list keywords and properties.