neocomplcache

Ultimate auto completion system for Vim

  • Script id: 2620
  • Author: Shougo Matsushita
  • Latest version: 4.09
  • Release date: 2010-02-10
  • Release notes:
    - Added completefunc_complete.
    - Added g:NeoComplCache_CtagsProgram option.
    - Added interactive termtter keyword.
    - Added keyword pattern of batch file.
    - Added same filetype lists for vimshell iexe.
    - Added snippet files(Thanks mfumi!).
    - Added syntax pattern for vimshell iexe.
    - Added vimshell omni completion support.
    - Deleted '...' pattern.
    - Deleted g:NeoComplCache_NonBufferFileTypeDetect option.
    - Disabled filename_complete in vimshell.
    - Don't fnamemodify in omni_complete.
    - Fixed analyzing bug in vim_complete.
    - Fixed complete common string bug.
    - Fixed complete length bug in omni_complete.
    - Fixed complete length bug in omni_complete.
    - Fixed ctags execution bug.
    - Fixed filename completion bug.
    - Fixed functions_prototype bug in vim_complete.
    - Fixed indent.
    - Fixed multibyte input bug.
    - Fixed neocomplcache#get_cur_text() bug.
    - Fixed neocomplcache#system.
    - Fixed pattern match error.
    - Fixed snippet newline expand in snippets_complete.
    - Fixed unpack dictionary bug in tags_complete.
    - Fixed wildcard bug.
    - Fixed wildcard freeze in filename_complete.
    - Implemented dictionary_complete.vim.
    - Improved NeoComplCachePrintSnippets command.
    - Improved analyzing extra args in vim_complete.
    - Improved check match filter.
    - Improved command completion in snippets_complete.
    - Improved composition filetype keyword support.
    - Improved filaname pattern.
    - Improved filetype completion.
    - Improved filtering word.
    - Improved head match.
    - Improved keywords in vim_complete.
    - Improved quickmatch behaivior.
    - Improved same filetype.
    - Improved skip directory in filename_complete.
    - Improved snippet alias.
    - Improved syntax detect in snippets_complete.
    - Improved syntax highlight in snippets_complete.
    - Improved tex pattern.
    - Improved trunk filename in filename_complete.
    - Optimized buffer_complete.
    - Optimized filename_complete.
    - Supported Visual Basic.
    - Supported interactive ocaml.
    - Supported lingr-vim.
    - Supported omnifunc name pattern in omni_complete.
    - Update lines number in buffer_complete.