updated for version 7.0122

This commit is contained in:
Bram Moolenaar
2005-08-01 22:02:32 +00:00
parent 83bab71b3c
commit 04a09c1975
5 changed files with 91 additions and 45 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
*version7.txt* For Vim version 7.0aa. Last change: 2005 Jul 29
*version7.txt* For Vim version 7.0aa. Last change: 2005 Aug 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -62,6 +62,9 @@ In a |literal-string| a single quote can be doubled to get one.
":echo 'a''b'" would result in "a b", but now that two quotes stand for one it
results in "a'b".
When overwriting a file with ":w! fname" there was no warning for when "fname"
was being edited by another Vim. Vim now gives an error message |E768|.
Minor incompatibilities: