Add the settabvar() and gettabvar() functions.
Various runtime file updates.
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 4ba7aee..609c5e8 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1243,7 +1243,7 @@
'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 @@
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 @@
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 @@
"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: