From 8d74a12824b372bb7727713cea72331095fdfce6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Sun, 8 Feb 2015 13:06:43 -0500 Subject: [PATCH] misc/vim: update README with latest features MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- misc/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 1.7.9.5