updated for version 7.0055
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 2ac2cea..5fb3564 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt* For Vim version 7.0aa. Last change: 2005 Feb 27
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Mar 04
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -412,6 +412,9 @@
when the buffer does not have a name or no specific name. See
|autocmd-buflocal|. (Yakov Lerner)
+For xterm most combinations of modifiers with function keys are recognized.
+|xterm-modifier-keys|
+
==============================================================================
IMPROVEMENTS *improvements-7*
@@ -539,7 +542,11 @@
been added to |:substitute|. See |count-items|.
The "screen.linux" $TERM name is recognized to set the default for
-'background' to "dark". (Ciaran McCreesh)
+'background' to "dark". (Ciaran McCreesh) Also for "cygwin".
+
+The |FileChangedShell| autocommand event can now use the |v:fcs_reason|
+variable that specifies what triggered the event. |v:fcs_choice| can be used
+to reload the buffer or ask the user what to do.
==============================================================================
COMPILE TIME CHANGES *compile-changes-7*
@@ -897,4 +904,9 @@
When setting $HOME allocated memory would leak.
+Win32: bold characters may sometimes write in another character cell. Use
+unicodepdy[] as for UTF-8. (Taro Muraoka)
+
+":w fname" didn't work for files with 'buftype' set to "nofile".
+
vim:tw=78:ts=8:ft=help:norl: