README.txt 773 B

1234567891011121314151617181920212223
  1. The autoload directory is for standard Vim autoload scripts.
  2. These are functions used by plugins and for general use. They will be loaded
  3. automatically when the function is invoked. See ":help autoload".
  4. gzip.vim for editing compressed files
  5. netrw*.vim browsing (remote) directories and editing remote files
  6. tar.vim browsing tar files
  7. zip.vim browsing zip files
  8. paste.vim common code for mswin.vim, menu.vim and macmap.vim
  9. spellfile.vim downloading of a missing spell file
  10. Omni completion files:
  11. ccomplete.vim C
  12. csscomplete.vim HTML / CSS
  13. htmlcomplete.vim HTML
  14. javascriptcomplete.vim Javascript
  15. phpcomplete.vim PHP
  16. pythoncomplete.vim Python
  17. rubycomplete.vim Ruby
  18. syntaxcomplete.vim from syntax highlighting
  19. xmlcomplete.vim XML (uses files in the xml directory)