Mercurial > vim
annotate READMEdir/README_bindos.txt @ 14536:4caa51067cb8 v8.1.0281
patch 8.1.0281: parsing command modifiers is not separated
commit https://github.com/vim/vim/commit/effed9315c6c5a35fc2824b90da4af753c7a02dc
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 14 13:38:17 2018 +0200
patch 8.1.0281: parsing command modifiers is not separated
Problem: Parsing command modifiers is not separated.
Solution: Move command modifier parsing to a separate function.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 14 Aug 2018 13:45:04 +0200 |
parents | 1174611ad715 |
children | af69c9335223 |
rev | line source |
---|---|
13963 | 1 README_bindos.txt for version 8.1 of Vim: Vi IMproved. |
8623
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
2 |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
3 See "README.txt" for general information about Vim. |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
4 See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows. |
13963 | 5 These files are in the runtime archive (vim81rt.zip). |
8623
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
6 |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
7 |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
8 There are several binary distributions of Vim for the PC. You would normally |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
9 pick only one of them, but it's also possible to install several. |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
10 These ones are available (the version number may differ): |
13963 | 11 vim81w32.zip Windows 95/98/NT/etc. console version |
12 gvim81.zip Windows 95/98/NT/etc. GUI version | |
13 gvim81ole.zip Windows 95/98/NT/etc. GUI version with OLE | |
8623
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
14 |
13963 | 15 You MUST also get the runtime archive (vim81rt.zip). |
16 The sources are also available (vim81src.zip). |