Shougo / neocomplcache.vim

Ultimate auto-completion system for Vim.
http://www.vim.org/scripts/script.php?script_id=2620
1.72k stars 135 forks source link

Additional information about keywords missing when running on linux. #371

Closed tiziano88 closed 11 years ago

tiziano88 commented 11 years ago

When the popup is displayed, normally after the marker that specifies the kind of completion the entry comes from ([O], [B], etc..) there is an additional piece of information, such as the name of the buffer where the term is extracted from, or the type of keyword. This shows fine for me on osx, but the same configuration on linux produces a different output, in which only the marker is displayed, but no additional information.

on linux: linux

on osx: osx

vim version on linux: VIM - Vi IMproved 7.3 (2010 Aug 15, compiled May 4 2012 04:22:36) Included patches: 1-429 Modified by pkg-vim-maintainers@lists.alioth.debian.org Compiled by buildd@ Huge version with GTK2-GNOME GUI. Features included (+) or not (-): +arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent +clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments +conceal +cryptv +cscope +cursorbind +cursorshape +dialog_con_gui +diff +digraphs +dnd -ebcdic +emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path +float +folding -footer +fork() +gettext -hangul_input +iconv +insert_expand +jumplist +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap +lua +menu +mksession +modify_fname +mouse +mouseshape +mouse_dec +mouse_gpm -mouse_jsbterm +mouse_netterm -mouse_sysmouse +mouse_xterm +mouse_urxvt +multi_byte +multi_lang -mzscheme +netbeans_intg +path_extra +perl +persistent_undo +postscript +printer +profile +python -python3 +quickfix +reltime +rightleft +ruby +scrollbind +signs +smartindent -sniff +startuptime +statusline -sun_workshop +syntax +tag_binary +tag_old_static -tag_any_white +tcl +terminfo +termresponse +textobjects +title +toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo +vreplace +wildignore +wildmenu +windows +writebackup +X11 -xfontset +xim +xsmp_interact +xterm_clipboard -xterm_save

ujihisa commented 11 years ago

just in case can you clear cache files?

one is older and the other is newer path; I forgot which was which though

tiziano88 commented 11 years ago

I just tried: same result. I cleared the cache on both linux and osx, and the issue is exactly the same. Let me know if there's anything else I should try, or if you need more info!

Shougo commented 11 years ago

Sorry, this is feature. In latest version of neocomplcache(ver.8), additional information features are disabled to optimize.

tiziano88 commented 11 years ago

Right, I just updated my osx vim plugin to the latest version, and it now behaves consistently in both OSs (i.e. without the extra info). Thanks a lot, keep up the great work!