diff runtime/doc/version7.txt @ 494:acfe86afd651 v7.0135

updated for version 7.0135
author vimboss
date Tue, 23 Aug 2005 21:04:20 +0000
parents 6f8b578776ab
children 73f10d8124f4
line wrap: on
line diff
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Aug 16
+*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Aug 23
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -119,6 +119,10 @@ translated to <Home>, both for the keys 
 When a .gvimrc file exists then 'compatible' is off, just like when a ".vimrc"
 file exists.
 
+When making a string upper-case with "vlllU" or similar then the German sharp
+s is replaced with "SS".  This does not happen with "~" to avoid backwards
+compatibility problems and because "SS" can't be changed back to a sharp s.
+
 ==============================================================================
 NEW FEATURES						*new-7*
 
@@ -767,6 +771,9 @@ included in the file name. (suggested by
 For command-line completion the matches for various types of arguments are now
 sorted: user commands, variables, syntax names, etc.
 
+When no locale is set, thus using the "C" locale, Vim will work with latin1
+characters, using it's own isupper()/toupper()/etc. functions.
+
 ==============================================================================
 COMPILE TIME CHANGES					*compile-changes-7*