Closed DAddYE closed 8 years ago
Hello!
My first thought is that neocomplete should rename the function since clojurecomplete#Complete
ships with Vim itself:
https://code.google.com/p/vim/source/browse/runtime/autoload/clojurecomplete.vim
Thanks!
But I'll look into it soon, since using function!
(with the bang) should simply overwrite any existing functions at evaluation time.
any update on this?
@Shougo
https://github.com/guns/vim-clojure-static/blob/master/ftplugin/clojure.vim
Yes, this plugin set completefunc. neocomplete uses completefunc. So, It conflicts with neocomplete.
You should see g:neocomplete#force_overwrite_completefunc
.
Shougo provided a way to deal this, so closing this old issue. Thanks Shougo!
Seems that the function
clojurecomplete#Complete
is already defined by neocomplete: