annotate runtime/autoload/README.txt @ 18540:f7bb0e413fe1 v8.1.2264

patch 8.1.2264: there are two test files for :let Commit: https://github.com/vim/vim/commit/fcf8a8743bdecc0ba28037b79b7cb2962de70b1d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 6 15:22:00 2019 +0100 patch 8.1.2264: there are two test files for :let Problem: There are two test files for :let. Solution: Merge the two files.
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 Nov 2019 15:30:04 +0100
parents 927afe5f3c9d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
446
7472c565592a updated for version 7.0117
vimboss
parents:
diff changeset
1 The autoload directory is for standard Vim autoload scripts.
7472c565592a updated for version 7.0117
vimboss
parents:
diff changeset
2
7472c565592a updated for version 7.0117
vimboss
parents:
diff changeset
3 These are functions used by plugins and for general use. They will be loaded
7472c565592a updated for version 7.0117
vimboss
parents:
diff changeset
4 automatically when the function is invoked. See ":help autoload".
7472c565592a updated for version 7.0117
vimboss
parents:
diff changeset
5
7472c565592a updated for version 7.0117
vimboss
parents:
diff changeset
6 gzip.vim for editing compressed files
718
7b21554be7a1 updated for version 7.0219
vimboss
parents: 548
diff changeset
7 netrw*.vim browsing (remote) directories and editing remote files
548
f43150a669dc updated for version 7.0155
vimboss
parents: 513
diff changeset
8 tar.vim browsing tar files
f43150a669dc updated for version 7.0155
vimboss
parents: 513
diff changeset
9 zip.vim browsing zip files
718
7b21554be7a1 updated for version 7.0219
vimboss
parents: 548
diff changeset
10 paste.vim common code for mswin.vim, menu.vim and macmap.vim
7b21554be7a1 updated for version 7.0219
vimboss
parents: 548
diff changeset
11 spellfile.vim downloading of a missing spell file
513
6e2a7416d228 updated for version 7.0144
vimboss
parents: 446
diff changeset
12
718
7b21554be7a1 updated for version 7.0219
vimboss
parents: 548
diff changeset
13 Omni completion files:
548
f43150a669dc updated for version 7.0155
vimboss
parents: 513
diff changeset
14 ccomplete.vim C
f43150a669dc updated for version 7.0155
vimboss
parents: 513
diff changeset
15 csscomplete.vim HTML / CSS
f43150a669dc updated for version 7.0155
vimboss
parents: 513
diff changeset
16 htmlcomplete.vim HTML
718
7b21554be7a1 updated for version 7.0219
vimboss
parents: 548
diff changeset
17 javascriptcomplete.vim Javascript
7b21554be7a1 updated for version 7.0219
vimboss
parents: 548
diff changeset
18 phpcomplete.vim PHP
827
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 718
diff changeset
19 pythoncomplete.vim Python
830
927afe5f3c9d updated for version 7.0d05
vimboss
parents: 827
diff changeset
20 rubycomplete.vim Ruby
718
7b21554be7a1 updated for version 7.0219
vimboss
parents: 548
diff changeset
21 syntaxcomplete.vim from syntax highlighting
7b21554be7a1 updated for version 7.0219
vimboss
parents: 548
diff changeset
22 xmlcomplete.vim XML (uses files in the xml directory)