From: Jean Privat Date: Tue, 10 Feb 2015 03:32:29 +0000 (+0700) Subject: Merge: Vim omnifunc diffentiate between types, class declaration and instanciation X-Git-Tag: v0.7.2~19 X-Git-Url: http://nitlanguage.org Merge: Vim omnifunc diffentiate between types, class declaration and instanciation The main improvement is the knowledge of constructors. They will be suggested along with their class after a `new`, ex: `new Arr`, it will autocomplete to `Array[E]`, `Array[E].with_items`, etc. It will also show their corresponding documentation. Also detect the keywords `isa` and `as`. Pull-Request: #1156 Reviewed-by: Jean Privat Reviewed-by: Lucas Bajolet --- 104c5e8c1efa31c8944ad22b132891474c648b8d