tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.75k stars 139 forks source link

Autocompelete issue #187

Closed kul closed 9 years ago

kul commented 9 years ago

for something like following in source

(ns myns
  (:require [clojure.string :as s]))

(s/jo<cursor>

an C-x-o results in s/s/join

kul commented 9 years ago

Problem was with new fireplace changes and old cider repl. Updating cider seems to have fixed it. Closing!