summaryrefslogtreecommitdiff
path: root/runtime/doc/version7.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-08-03 18:35:36 +0200
committerBram Moolenaar <Bram@vim.org>2013-08-03 18:35:36 +0200
commit9d98fe9cae372d84d0b1f6b56eee4615c91b1307 (patch)
tree0f3f6df92038bc9f662e5027f5b05e51fc400bc8 /runtime/doc/version7.txt
parentf40f4ab8df0bb52a2d5f684d961b7c932c30e5df (diff)
downloadvim-git-9d98fe9cae372d84d0b1f6b56eee4615c91b1307.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r--runtime/doc/version7.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index a6d31aa91..48a76458d 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt* For Vim version 7.4b. Last change: 2013 Jul 28
+*version7.txt* For Vim version 7.4b. Last change: 2013 Aug 02
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -10262,6 +10262,11 @@ Other:
Lua interface now also uses userdata binded to Vim structures. (Taro
Muraoka, Luis Carvalho)
+ glob() and autocommand patterns used to work with the undocumented
+ "\{n,m\}" item from a regexp. "\{" is now used for a literal "{", as
+ this is normal in shell file patterns. Now used "\\\{n,m\}" to get
+ "\{n,m}" in the regexp pattern.
+
Added *added-7.4*
-----
@@ -10349,8 +10354,7 @@ Other:
Added |v:windowid| variable containing current window number in GUI
Vim. (Christian J. Robinson, Lech Lorens)
- Added rxvt-unicode and >xterm-277 mouse support. (Yiding Jia, Hayaki
- Saito)
+ Added rxvt-unicode and SGR mouse support. (Yiding Jia, Hayaki Saito)
All changes in 7.4 *fixed-7.4*