Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Caml-list] Ocaml Vim omnicompletion

50 views
Skip to first unread message

Marc Weber

unread,
Aug 13, 2010, 3:28:06 PM8/13/10
to caml...@yquem.inria.fr
Salut,

I'd like to notify you that I wrote some very basic omni completion for
Vim and Ocaml. It may speed up your typing a little bit.
At the moment it only knows how to complete functions found in .mli
filse and let bindings of the current file.

eg

:string->int will find int_of_string
ios will also expand to int_of_string

repo:
http://github.com/MarcWeber/vim-addon-ocaml

I highly recommend using vim-addon-manager to install the plugin because
it depends on some other vim script reepositories (see top level *info*
file)

I'm still bloody new to ocaml - So I expect that you have some ideas to
make the completion system even smarter.

If you have any trouble setting it up contact me on irc or by mail.

Marc Weber

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

0 new messages