summaryrefslogtreecommitdiff
path: root/runtime/menu.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-31 14:17:27 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-31 14:17:27 +0200
commit89eaa4185efacab253b23a182c1c8a7bbf1096c9 (patch)
treecb8ed611f3dfdd5bf9687cd89b2bd3ab91dad5ef /runtime/menu.vim
parentb54c3ff3174dbb5dfbfcabdf95200b047beaa644 (diff)
downloadvim-git-89eaa4185efacab253b23a182c1c8a7bbf1096c9.tar.gz
patch 7.4.2135v7.4.2135
Problem: Various tiny issues. Solution: Update comments, white space, etc.
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 15697b33a..5c34616ec 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: 2014 May 22
+" Last Change: 2016 Jul 27
" 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.