summaryrefslogtreecommitdiff
path: root/runtime/doc/version7.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-07 13:19:55 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-07 13:19:55 +0200
commitccd9ccfa59a3b4622df4eef2e59d1c1ad503bf07 (patch)
tree2dc3c541e16aab05c4bf1c6941768da567c90aad /runtime/doc/version7.txt
parente667c95335ab9e87d08066a257f9de206e031f2b (diff)
downloadvim-git-ccd9ccfa59a3b4622df4eef2e59d1c1ad503bf07.tar.gz
Adjust MS-Windows installer so that it also works for 64 bit systems. (George
Reilly)
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r--runtime/doc/version7.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 5c9ba2a6e..24ab7327b 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -7169,6 +7169,9 @@ When Vim is exiting because of a deadly signal, when v:dying is 2 or more,
VimLeavePre, VimLeave, BufWinLeave and BufUnload autocommands are not
executed.
+Removed support for GTK 1. It was no longer maintained and required a lot of
+#ifdefs in the source code. GTK 2 should be available for every system.
+
Added *added-7.3*
-----
@@ -7180,7 +7183,10 @@ the file was read, also for unloaded buffers. |undo-persistence|
Added the 'relativenumber' option. (Markus Heidelberg)
Support for Blowfish encryption. Added the 'cryptmethod' option.
-Mostly by Moshin Ahmed.
+Mostly by Moshin Ahmed. Also encrypt the text in the swap file and the undo
+file.
+
+Added the |+conceal| feature. (Vince Negri)
Added support for NetBeans in a terminal. Added |:nbstart| and |:nbclose|.
(Xavier de Gaye)