-
I use javacomplete on one of my systems but not on the other ones.
I try to complete exclude this bundle on those systems but I don't get it to work. It still wants to install or update it.
```
if ex…
-
javacompleteをいじる過程でできた、vim-javaclasspathに依存することにより、.javaimportでの設定を不要とし、.classpathの解釈を可能にする。
-
Env:
- osx 10.8
- vim 7.4
vimrc:
```
" no vi-compatible
set nocompatible
" Setting up Vundle - the vim plugin bundler
let iCanHazVundle=1
let vundle_readme=expand('~/.vim/bundle/vundle/README.md')
…
-
When I use javacomplete with neocomplete, an error has happened like below gif, and I cannot complete any words.
![javacomplete](https://f.cloud.github.com/assets/413899/1081770/32ba1c8a-157c-11e3-98…
naoty updated
11 years ago
-
https://github.com/vim-scripts/javacomplete
This is a git mirror to javacomplete hosted by http://vim-scripts.org/. It'll be good for people using Pathogen or Vundle.
-
Hi,
The readme said to let you know if there was a GitHub repo for javacomplete, and it just so happens that the [vim-scripts](https://github.com/vim-scripts/javacomplete) mirrors the plugin.
Cheers…
-
Hello:
I currently have this in my vimrc:
let g:SuperTabCrMapping = 0 // helps with delimitMate
let g:SuperTabMappingForward = 'S-Tab'
let g:SuperTabMappingBackward = 'Tab'
I have noticed that tab w…
-
Found this link for javacomplete on github. (your readme asked to let you know if anyone found it)
https://github.com/vim-scripts/javacomplete
-
Since commit "Replaced vimscript+curl vim.org site ripper with perl one (requires libwww-perl)" I can no longer install these addons:
AutoTag
CSApprox
EasyGrep
L9
Mustang2
SuperTab_continued.
asciid…