aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-03-15 14:10:56 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-03-15 14:10:56 +0100
commitec4e84210b87965e7110b061a321c7ec8a359d47 (patch)
treed6b880ee8fa788dab05e83d300bcfe8279fb163a /runtime
parent3b52e3c4c8784d60e44f3dc9a6bb7795af588931 (diff)
parent2ecab2193d6ea866be77588a80ce14669a008a7b (diff)
downloadrneovim-ec4e84210b87965e7110b061a321c7ec8a359d47.tar.gz
rneovim-ec4e84210b87965e7110b061a321c7ec8a359d47.tar.bz2
rneovim-ec4e84210b87965e7110b061a321c7ec8a359d47.zip
Merge #6254 'vim-patch:7.4.2135,7.4.2144,7.4.2151'
Diffstat (limited to 'runtime')
-rw-r--r--runtime/menu.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/menu.vim b/runtime/menu.vim
index 4971baa936..7cb530a331 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.