Watchers

neocomplcache

Ultimate auto completion system for Vim

  • Script id: 2620
  • Author: Shougo Matsushita
  • Latest version: 6.2
  • Release date: 2012-02-02
  • Release notes:
    - Added <Nop> in vim_complete.
    - Added <Plug>(neocomplcache_start_unite_quick_match) mapping.
    - Added C++11 snippets.
    - Added documentation.
    - Added g:neocomplcache_compare_function option.
    - Added g:neocomplcache_enable_fuzzy_completion option.
    - Added g:neocomplcache_enable_prefetch option.
    - Added g:neocomplcache_filename_include_exprs option.
    - Added g:neocomplcache_filename_include_exts option.
    - Added g:neocomplcache_include_functions option.
    - Added g:neocomplcache_member_patterns option.
    - Added member_complete source.
    - Added neocomplcache print debug message.
    - Added neocomplcache#sources#include_complete#get_current_include_files().
    - Added neocomplcache#start_manual_complete().
    - Added neocomplcache#util#get_last_status() function.
    - Added tcl support.
    - Added vim snippet.
    - Applied omni_complete patch(experimental).
    - Changed default plugins rank.
    - Changed g:neocomplcache_enable_prefetch behavior default value.
    - Changed syntax highlight name.
    - Check if "vim" command is executable.
    - Deleted g:neocomplcache_disable_auto_select_buffer_name_pattern option.
    - Deleted g:neocomplcache_force_caching_buffer_name_pattern option.
    - Deleted obsolute features.
    - Deleted obsolute learning.
    - Deleted quick match feature.
    - Detect sudo vim.
    - Disabled refresh by resolved repeat-register problem.
    - Fixed Japanese documentation.
    - Fixed Vim keyword pattern.
    - Fixed auto complete behavior.
    - Fixed auto complete flicker.
    - Fixed auto select.
    - Fixed autocmd args error.
    - Fixed buffer_complete bug.
    - Fixed conceal syntax.
    - Fixed css omni completion pattern.
    - Fixed cur_keyword_pos problem.
    - Fixed d snippets.
    - Fixed detect completefunc.
    - Fixed dictionary_complete behavior.
    - Fixed examples.
    - Fixed expand snippet.
    - Fixed expand() problem.
    - Fixed feedkeys().
    - Fixed file_include source.
    - Fixed filename complete escape.
    - Fixed filename include complete.
    - Fixed filename_complete.
    - Fixed filter.
    - Fixed finalize error.
    - Fixed for IM Problem.
    - Fixed for Vim 7.2.
    - Fixed for Vim 7.3.319.
    - Fixed for eskk.
    - Fixed for g:neocomplcache_enable_auto_select.
    - Fixed for gdefault option.
    - Fixed for refresh always problem(experimental).
    - Fixed for rubycomplete.vim.
    - Fixed fuzzy completion error.
    - Fixed g:neocomplcache_enable_prefetch behavior.
    - Fixed g:neocomplcache_text_mode_filetypes default value.
    - Fixed get member list error.
    - Fixed icase in text mode.
    - Fixed include_complete error.
    - Fixed member completion.
    - Fixed member_complete.
    - Fixed modifiable error.
    - Fixed neocomplcache#get_complete_results_pos().
    - Fixed neocomplcache#sources#snippets_complete#get_snippets().
    - Fixed omni_complete preview window.
    - Fixed overwrite manual complete.
    - Fixed path separator error.
    - Fixed php snippet.
    - Fixed prefetch problem.
    - Fixed prefetch.
    - Fixed remove_next_keyword.
    - Fixed restore completefunc problem.
    - Fixed restore function.
    - Fixed ruby omni complete default pattern.
    - Fixed s:cur_keyword_str.
    - Fixed setline() problem.
    - Fixed snippet description.
    - Fixed tex snippets.
    - Fixed text mode.
    - Fixed unite source.
    - Fixed updatetime problem.
    - Fixed variables initialize.
    - Fixed vim keyword pattern.
    - Fixed warning.
    - Force use glob().
    - Improved a bit.
    - Improved async from tags.
    - Improved c snippet.
    - Improved cache check.
    - Improved cache.
    - Improved caching buffer.
    - Improved caching current line.
    - Improved calc frequencies.
    - Improved check im.
    - Improved default rank.
    - Improved documentation.
    - Improved eval snippet behavior.
    - Improved examples.
    - Improved expand home.
    - Improved filename_complete behavior.
    - Improved filename_complete mark.
    - Improved filename_complete parse include.
    - Improved filtering behavior.
    - Improved for learning.
    - Improved g:neocomplcache_enable_prefetch behavior.
    - Improved gather candidates interface.
    - Improved javascript snippets.
    - Improved mappings dictionary.
    - Improved neocomplcache#get_source_filetypes().
    - Improved prefetch.
    - Improved python keyword pattern.
    - Improved snippet eval.
    - Improved snippets delete behavior.
    - Improved snippets_complete rank.
    - Improved some snippets.
    - Improved syntax_complete caching behavior.
    - Improved syntax_complete caching.
    - Improved tex keyword pattern.
    - Improved tex snippets.
    - Improved text mode.
    - Improved unite#sources#neocomplcache#start_complete() behavior.
    - Improved unite#sources#snippet#start_complete()
    - Improved vim_complete variables anaylze.
    - Improved vim_complete.
    - Re-implemented neocomplcache#start_manual_complete().
    - Refactored local variable names.
    - Refactoringed.
    - Renamed g:neocomplcache_max_filename_width to g:neocomplcache_max_menu_width.
    - Set :scriptencoding.
    - Supported Rhino.
    - Supported complete_check().
    - Supported conceal feature in snippet_complete(experimental).
    - Supported info in omni_complete.
    - Supported nyaos.
    - Supported php interpreter.
    - Use sandbox in eval snippet.
    - Use unite#start_complete().
    - Use vital.vim cache module.