vim indexer with auto complete plugin

2013-05-01 Thread rlewis
After using indexer plugin[1] a while, it basically fulfills my requirement. So is there any recommended plugin that would work with indexer plugin? Previously I use javacomplete, but looks like it is incompatible with other `jump to definition function` plugin like easytags, indexer. Thanks

Re: Omni completion (^O^N^P) Pattern not found

2013-04-30 Thread rlewis
~/.indexer_files with following content (content varies with corresponded user project) [vim-plugin-test] option:ctags_params = --language-force=language-name /path/to/vim-plugin-test Thanks for help. rlewis於 2013年4月27日星期六UTC+8下午11時52分40秒寫道: I recently install javacomplete[1] and easytags[2]. Its

Re: Omni completion (^O^N^P) Pattern not found

2013-04-28 Thread rlewis
(), pressing ctrl+] vim throws E426: tag not found tags is set with :set tags=/path/to/tags What steps may be missing? Thanks rlewis於 2013年4月27日星期六UTC+8下午11時52分40秒寫道: I recently install javacomplete[1] and easytags[2]. Its structure is as below. However, when trying completion

Omni completion (^O^N^P) Pattern not found

2013-04-27 Thread rlewis
I recently install javacomplete[1] and easytags[2]. Its structure is as below. However, when trying completion by pressing ctrl+x ctrl+o, message bar display Omni completion (^O^N^P) Pattern not found If removing easytags, then javacomplete plugin works again. How to fix this problem? Or