Hi, omni completion is aware of the namespace of the file you are currently editing. It only provides completions which make sense for this namespace. Example:
(ns foo.bar (:require [clojure.contrib.condition :as error])) Then you will be able to complete eg. err to error and error/ra to error/raise. Or c.c.c to clojure.contrib.condition. Omni completion does only work with loaded namespaces. So a fresh server withouth and "require"d namespaces does not provide any completions. Feel free to ask such questions on the vimclojure google group. Sincerely Meikel -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en