annotate README_srcdos.txt @ 2693:0606065af0a0 v7.3.111

updated for version 7.3.111 Problem: Executing a :normal command in 'statusline' evaluation causes the cursor to move. (Dominique Pelle) Solution: When updating the cursor for 'cursorbind' allow the cursor beyond the end of the line. When evaluating 'statusline' temporarily reset 'cursorbind'.
author Bram Moolenaar <bram@vim.org>
date Tue, 01 Feb 2011 18:01:11 +0100
parents 073ff46fe397
children 6ec6b7ff2d43
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2572
ee53a39d5896 Last changes for the 7.3 release!
Bram Moolenaar <bram@vim.org>
parents: 2564
diff changeset
1 README_srcdos.txt for version 7.3 of Vim: Vi IMproved.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 See "README.txt" for general information about Vim.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.
2564
f85004953416 README and help file updates.
Bram Moolenaar <bram@vim.org>
parents: 2561
diff changeset
5 These files are in the runtime archive (vim73rt.zip).
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8 The DOS source archive contains the files needed to compile Vim on MS-DOS or
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
9 MS-Windows. It is packed for DOS systems, with CR-LF. It also includes the
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10 VisVim sources.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
12 See "src/INSTALLpc.txt" for instructions on how to compile Vim on the PC.