Watchers
neocomplcache
Ultimate auto completion system for Vim
- Script id: 2620
- Author: Shougo Matsushita
- Latest version: 5.1
- Release date: 2010-08-02
- Release notes:
- Added "nothing" in text mode filetype.
- Added :NeoComplCacheCachingDictionary discription.
- Added g:neocomplcache_quick_match_table.
- Added g:neocomplcache_text_mode_filetypes option.
- Added neocomplcache#set_completion_length().
- Added neocomplcache#smart_close_popup().
- Added omni completion examples.
- Added tex in text mode filetypes.
- Allow blank line in snippet.
- Changed neocomplcache#set_dictionary_helper().
- Changed vim_complete marker.
- Deleted obsolute functions.
- Deleted spell_complete.
- Disabled Ruby omni completion.
- Disabled keyword_complete when eskk is enabled.
- Fixed :NeoComplCacheToggle.
- Fixed analyzing function.
- Fixed autocompletion freeze.
- Fixed context filetype bug.
- Fixed css snippet.
- Fixed documentation.
- Fixed environments parse bug.
- Fixed error when complete directory.
- Fixed error when local variable completion.
- Fixed eskk check.
- Fixed eskk omni completion bug.
- Fixed example.
- Fixed ftplugin bug.
- Fixed get filetype timing in snippets_complete.
- Fixed neocomplcache#complete_common_string() bug.
- Fixed neocomplcache#match_word() bug.
- Fixed neocomplcache#system().
- Fixed omni completion bug.
- Fixed quick match bug.
- Fixed quickmatch error.
- Fixed quickmatch selection.
- Fixed snippet parse.
- Fixed snippets expand error.
- Fixed vim_complete commands.dict.
- Fixed vim_complete error.
- Implemented dictionary plugins.
- Implemented expand completion.
- Implemented filetype plugin.
- Implemented set rank helper.
- Implemented syntax attr helper.
- Implemented text mode.
- Improved :NeoComplCacheAutoCompletionLength behavior.
- Improved autoload plugins.
- Improved buffer caching.
- Improved caching.
- Improved check wildcard.
- Improved context filetype.
- Improved css keyword pattern.
- Improved detect completefunc.
- Improved eskk and vimproc check.
- Improved examples.
- Improved filetype completion.
- Improved g:neocomplcache_omni_patterns description.
- Improved g:neocomplcache_plugin_disable behavior.
- Improved haskell keyword pattern.
- Improved include check.
- Improved include_complete.
- Improved integrated completion.
- Improved interactive termtter pattern.
- Improved javascript support.
- Improved local variable analysis.
- Improved member filter.
- Improved multibyte trunk.
- Improved neocomplcache#close_popup().
- Improved neocomplcache#filetype_complete().
- Improved neocomplcache#get_auto_completion_length().
- Improved neocomplcache#snippets_complete#expandable().
- Improved print error.
- Improved quickmatch selection.
- Improved snippet alias pattern.
- Improved startup.
- Improved termtter keywords.
- Improved text mode.
- Improved tilde substitution.
- Improved truncate filename.
- Improved vim keyword pattern.
- Improved vim_complete.
- Improved vimshell pattern.
- Optimized match.
- Refactoringed vim_complete.
- Skip filename completion when too many candidates.
- Supported GetLatestVimScripts.
- Supported coffee script.
- Supported gdb keyword.
- Supported inline assembly language.
- Supported union.