diff runtime/doc/version7.txt @ 2207:b17bbfa96fa0 vim73

Add the settabvar() and gettabvar() functions. Various runtime file updates.
author Bram Moolenaar <bram@vim.org>
date Sat, 22 May 2010 15:37:44 +0200
parents a8afba7027ae
children 495995b9ce7d
line wrap: on
line diff
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1243,7 +1243,7 @@ the cursor position.  Likewise for "1gD"
 'scrolljump' can be set to a negative number to scroll a percentage of the
 window height.
 
-The |v:scrollstart| variable has been added to help finding the location in
+The |v:scrollstart| variable has been added to help find the location in
 your script that causes the hit-enter prompt.
 
 To make it possible to handle the situation that a file is being edited that
@@ -7166,17 +7166,21 @@ don't save what you see.  This could res
 after recovery is compared to the original file contents.  When they differ
 the buffer is marked as modified.
 
-Use BASEMODLIBS instead of MODLIBS for Python configuration. (Michael Bienia)
-
 
 Added							*added-7.3*
 -----
 
 New syntax files:
+TODO
+
+New filetype plugins:
+TODO
 
 New spell files:
+TODO
 Breton. (Dominique Pelle)
 
+
 Added the 'relativenumber' option. (Markus Heidelberg)
 
 Support for Blowfish encryption.  Added the 'cryptmethod' option.
@@ -7187,6 +7191,8 @@ Support GDK_SUPER_MASK for GTK on Mac. (
 More floating point functions: acos(), asin(), atan2(), cosh(), exp(), fmod(),
 log(), sinh(), tan(), tanh().  (Bill McCarthy)
 
+gettabvar() and settabvar() functions. (Yegappan Lakshmanan)
+
 
 Fixed							*fixed-7.3*
 -----
@@ -7201,5 +7207,8 @@ using GTK floating point numbers stop wo
 
 "g8" didn't produce the right value on a NUL. (Dominique Pelle)
 
+Use BASEMODLIBS instead of MODLIBS for Python configuration to pick up the
+right compiler flags. (Michael Bienia)
+
 
  vim:tw=78:ts=8:ft=help:norl: