diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-09-09 19:44:31 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-09-09 19:44:31 +0000 |
commit | 7ca3043e1e820b634f228e527858328d958c4407 (patch) | |
tree | 8add1e7c30cb8a0b962db878e8976217682387e7 /runtime | |
parent | 7bb4c6e3f6d65bb6c0654d72dfe8cb5fa7f0fde2 (diff) | |
download | vim-7ca3043e1e820b634f228e527858328d958c4407.zip |
updated for version 7.0144
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/autoload/README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/autoload/README.txt b/runtime/autoload/README.txt index 038199554..0c7fcfe38 100644 --- a/runtime/autoload/README.txt +++ b/runtime/autoload/README.txt @@ -4,3 +4,6 @@ These are functions used by plugins and for general use. They will be loaded automatically when the function is invoked. See ":help autoload". gzip.vim for editing compressed files + +Occult completion files: +ccomplete.vim C |