-
Notifications
You must be signed in to change notification settings - Fork 203
neocomplete migration guide
Shougo edited this page Jun 7, 2013
·
17 revisions
Migration from neocomplcache to neocomplete:
Note: This documentation is incomplete.
- :Neco -> Deleted
- :NeoComplCacheAutoCompletionLength
- :NeoComplCacheCachingBuffer
- :NeoComplCacheCachingDictionary
- :NeoComplCacheCachingInclude
- :NeoComplCacheCachingSyntax
- :NeoComplCacheCachingTags
- :NeoComplCacheClean
- :NeoComplCacheDisable
- :NeoComplCacheEnable
- :NeoComplCacheLock
- :NeoComplCacheLockSource
- :NeoComplCacheOutputKeyword
- :NeoComplCachePrintSource
- :NeoComplCacheSetFileType
- :NeoComplCacheToggle
- :NeoComplCacheUnlock
- :NeoComplCacheUnlockSource
- b:neocomplcache_sources_list
- g:neocomplcache_auto_completion_start_length
- g:neocomplcache_caching_limit_file_size
- g:neocomplcache_context_filetype_lists
- g:neocomplcache_ctags_arguments_list
- g:neocomplcache_ctags_program
- g:neocomplcache_cursor_hold_i_time
- g:neocomplcache_delimiter_patterns
- g:neocomplcache_dictionary_filetype_lists
- g:neocomplcache_dictionary_patterns
- g:neocomplcache_disable_auto_complete
- g:neocomplcache_disable_caching_file_path_pattern
- g:neocomplcache_disabled_sources_list
- g:neocomplcache_enable_at_startup
- g:neocomplcache_enable_auto_close_preview
- g:neocomplcache_enable_auto_delimiter
- g:neocomplcache_enable_auto_select
- g:neocomplcache_enable_caching_message
- g:neocomplcache_enable_camel_case_completion
- g:neocomplcache_enable_cursor_hold_i
- g:neocomplcache_enable_fuzzy_completion
- g:neocomplcache_enable_ignore_case
- g:neocomplcache_enable_insert_char_pre
- g:neocomplcache_enable_prefetch
- g:neocomplcache_enable_smart_case
- g:neocomplcache_enable_underbar_completion
- g:neocomplcache_enable_wildcard
- g:neocomplcache_filename_include_exprs
- g:neocomplcache_filename_include_exts
- g:neocomplcache_force_omni_patterns
- g:neocomplcache_force_overwrite_completefunc
- g:neocomplcache_fuzzy_completion_start_length
- g:neocomplcache_ignore_composite_filetype_lists
- g:neocomplcache_include_exprs
- g:neocomplcache_include_functions
- g:neocomplcache_include_max_processes
- g:neocomplcache_include_paths
- g:neocomplcache_include_patterns
- g:neocomplcache_keyword_patterns
- g:neocomplcache_lock_buffer_name_pattern
- g:neocomplcache_lock_iminsert
- g:neocomplcache_manual_completion_start_length
- g:neocomplcache_max_keyword_width
- g:neocomplcache_max_list
- g:neocomplcache_max_menu_width
- g:neocomplcache_member_patterns
- g:neocomplcache_member_prefix_patterns
- g:neocomplcache_min_keyword_length
- g:neocomplcache_min_syntax_length
- g:neocomplcache_next_keyword_patterns
- g:neocomplcache_omni_functions
- g:neocomplcache_omni_patterns
- g:neocomplcache_release_cache_time
- g:neocomplcache_same_filetype_lists
- g:neocomplcache_skip_auto_completion_time
- g:neocomplcache_source_completion_length
- g:neocomplcache_source_rank
- g:neocomplcache_sources_list
- g:neocomplcache_tags_caching_limit_file_size
- g:neocomplcache_tags_filter_patterns
- g:neocomplcache_temporary_dir
- g:neocomplcache_text_mode_filetypes
- g:neocomplcache_use_vimproc
- g:neocomplcache_vim_completefuncs
- g:neocomplcache_wildcard_characters
- neocomplcache#custom_source()
- neocomplcache#disable_default_dictionary()
- neocomplcache#get_context_filetype()
- neocomplcache#initialize()
- neocomplcache#cancel_popup()
- neocomplcache#close_popup()
- neocomplcache#complete_common_string()
- neocomplcache#smart_close_popup()
- neocomplcache#start_manual_complete([{sources}])
- neocomplcache#undo_completion()