diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-22 15:37:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-22 15:37:44 +0200 |
commit | 06b5d5167a01c9fbf9661fb0c03bbd0a77cecae6 (patch) | |
tree | 4e4054360a178c58b1fb4e48bb51955f984a6b66 /runtime/doc/version7.txt | |
parent | db7c686ea58323f8e8550dea287eac7ea4964a55 (diff) | |
download | vim-06b5d5167a01c9fbf9661fb0c03bbd0a77cecae6.zip |
Add the settabvar() and gettabvar() functions.
Various runtime file updates.
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 4ba7aeea7..609c5e81e 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1243,7 +1243,7 @@ the cursor position. Likewise for "1gD" and "gD". '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 result in work being lost. Now the text 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. (Stephan Schulz) 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 working. Use gtk_disable_setlocale(). "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: |