VimCompletesMe Versions Save

You don't Complete Me; Vim Completes Me! A super simple, super minimal, super light-weight tab completion plugin for Vim.

v1.5.2

3 years ago
  • Avoids clobbering completeopt's 'noselect'
  • Ensures fallback completion uses the same direction as the normal completion

v1.5.1

6 years ago
  • This is a hotfix release over VimCompletesMe v1.5 which fixes a function naming issue.

v1.5

6 years ago
  • VCM is now more consistent when using "p" for the g:vcm_direction
  • g:vcm_direction is now "n" as the default
  • Introduce vcm_omni_pattern variable to set patterns to look for, for smart invocations of i_Ctrl-x_Ctrl-o
  • Introduce vcm_s_tab_mapping option to allow user to set their own action commands for Shift Tab key press

See :help VimCompletesMe for full details.

v1.4

7 years ago
  • Support "/" delimited paths on Windows for smart file completion.
  • Provide smart use of completefunc over omnifunc if appropriate

v1.3

8 years ago
  • General improvements to completion behavior
  • Minor bugfixes

v1.2.1

9 years ago

This is a hotfix release that fixes Vim7.3 compatibility.

v1.2

9 years ago
  • Fix an issue with remapping default keybindings
  • Documentation updates

v1.1

9 years ago
  • Documentation fixes
  • Fix an issue where fallback completion would enter a letter below the cursor
  • Add an option to disable default maps

v1.0

9 years ago
  • Provide a way to fallback to keyword completion if completion with b:vcm_tab_complete variable fails
  • Simplified a lot of the code
  • Fix a minor helptag reference

v0.3

9 years ago
  • Allow 'omni' based completion without the need to type a period.