Closed cpfaff closed 11 years ago
I had a bit time to test it and I have to be more precise. It is not working in my LaTeX, R-Noweb files. But works nice in a simple text file.
Further testing tells me that completion is only not working (at all, not only underbar) if I open a file with unite file candidates. Then it is even not working for text files. If I open the any file via commandline it is working even for the R-Noweb and LaTeX files. And if I open it via :tabe file
it also works nicely. So the bug might be unite related.
This issue is happened in neoocomplete.vim? I don't want to modify neocomplcache. It is old and slow.
I see. This happens when using neocomplcache. I would switch to neocomplete but waiting for two things: First, your announcement that it is usable in production (but good to hear that the new completion system is in focus now). Second, vim in according patch level to be offered in my distribution (Ubuntu 13.04). As the first condition might be met already, the second will be when ubuntu 13.10 is released I think. I could also compile the latest patchlevel version which I tried but then syntax highlighting did not work anymore. So I just have to figure out how to build "my" own vim, setting the right flags on configure. How do you compile your vim, if you do (just the step of ./configure)?
First, your announcement that it is usable in production (but good to hear that the new completion system is in focus now).
The announcement is already exists.
In neocomplcache documentation:
If you use Vim 7.3.885 or above with if_lua feature, you should use neocomplete. It is faster than neocomplcache.
https://github.com/Shougo/neocomplete.vim
So I just have to figure out how to build "my" own vim, setting the right flags on configure. How do you compile your vim, if you do (just the step of ./configure)?
Hmm.. But I think it is not my work.
No it is not your work to provide the right version thats right. I was telling what I am waiting for and asking you how you compile because your biuld config works good with your plugins and I use a lot of them. Meanwhile I found a way to build my vim the same way as the ubuntu maintainer does. And all works, thanks.
OK. My current vim build script is in this:
https://github.com/Shougo/shougo-s-github/blob/master/build-vim.sh
Thanks
He
I am not quite sure why it is not working. I set it in my options to be enabled. It worked once but now not longer. Maybe my options are the problem. My options are below: