diff runtime/doc/version7.txt @ 520:07134f5e78da

updated for version 7.0145
author vimboss
date Sat, 10 Sep 2005 19:24:59 +0000
parents 32cf0d2e14b4
children a7ae7e043e43
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 Sep 07
+*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Sep 10
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -434,6 +434,7 @@ New functions: ~
 |getftype()|		get type of file (Nikolai Weibull)
 |getline()|		with second argument: get List with buffer lines
 |has_key()|		check whether a key appears in a Dictionary
+|inputlist()|		select an entry from a list
 |insert()|		insert an item somewhere in a List
 |items()|		get List of Dictionary key-value pairs
 |join()|		join List items into a String
@@ -786,6 +787,9 @@ COLORFGBG environment variable. (Ciaran 
 
 Also support t_SI and t_EI on Unix with normal features. (Ciaran McCreesh)
 
+When 'foldcolumn' is one then put as much info in it as possible.  This allows
+closing a fold with the mouse by clicking on the '-'.
+
 ==============================================================================
 COMPILE TIME CHANGES					*compile-changes-7*
 
@@ -1332,4 +1336,7 @@ would be opened with these lines above t
 When using a command line window for search strings ":qa" would result in
 searching for "qa" instead of quitting all windows.
 
+GUI: When scrolling with the scrollbar and there is a line that doesn't fit
+redrawing may fail.  Make sure w_skipcol is valid before redrawing.
+
  vim:tw=78:ts=8:ft=help:norl: