diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-22 18:28:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-22 18:28:27 +0200 |
commit | 67c53844343011089e1b847200b5c5257a83e1c4 (patch) | |
tree | 8f1c5bfe10864b7e49a8bc62ce12b1db449803da /runtime/doc/version7.txt | |
parent | ca7e1f2066e3518ee6caeef32e499ab954ec05a3 (diff) | |
download | vim-git-67c53844343011089e1b847200b5c5257a83e1c4.tar.gz |
Included the patch to support netbeans in a terminal.
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index a82bf9e5e..857693c6e 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -7170,6 +7170,18 @@ the buffer is marked as modified. Added *added-7.3* ----- +Added the 'relativenumber' option. (Markus Heidelberg) + +Support for Blowfish encryption. Added the 'cryptmethod' option. +Mostly by Moshin Ahmed. + +Added support for NetBeans in a terminal. (Xavier de Gaye) + +More floating point functions: acos(), asin(), atan2(), cosh(), exp(), fmod(), +log(), sinh(), tan(), tanh(). (Bill McCarthy) + +gettabvar() and settabvar() functions. (Yegappan Lakshmanan) + New syntax files: TODO @@ -7181,18 +7193,8 @@ TODO Breton. (Dominique Pelle) -Added the 'relativenumber' option. (Markus Heidelberg) - -Support for Blowfish encryption. Added the 'cryptmethod' option. -Mostly by Moshin Ahmed. - 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* ----- |