summaryrefslogtreecommitdiff
path: root/runtime/menu.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-04-16 18:30:08 +0000
committerBram Moolenaar <Bram@vim.org>2006-04-16 18:30:08 +0000
commitb21e5843e53d3582df5f521f57e7e52e83d51d10 (patch)
tree6b542fe50eb62f693046067880e416e8b149b2eb /runtime/menu.vim
parent99ebf04cf6acdd2b10d670e1cd6be4eae17333cf (diff)
downloadvim-git-b21e5843e53d3582df5f521f57e7e52e83d51d10.tar.gz
updated for version 7.0ev7.0e
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 31e2fb359..bf95d61a9 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: 2006 Apr 02
+" Last Change: 2006 Apr 16
" 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.