summaryrefslogtreecommitdiffstats
path: root/runtime/menu.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-10-21 03:02:54 +0200
committerBram Moolenaar <Bram@vim.org>2012-10-21 03:02:54 +0200
commit3a0d8090b1356833e1c80d22f36086c835604f42 (patch)
tree4e13cce7e070c209ea46201e12d849f45114d5fe /runtime/menu.vim
parent67a4f6cfb4fe0f8e8cc576a4f4196573ccc5e3fb (diff)
Updated runtime files.
Diffstat (limited to 'runtime/menu.vim')
-rw-r--r--runtime/menu.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/menu.vim b/runtime/menu.vim
index 19c488f69c..2b5acb982a 100644
--- a/runtime/menu.vim
+++ b/runtime/menu.vim
@@ -2,7 +2,7 @@
" You can also use this as a start for your own set of menus.
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2011 Mar 22
+" Last Change: 2012 Oct 21
" Note that ":an" (short for ":anoremenu") is often used to make a menu work
" in all modes and avoid side effects from mappings defined by the user.