From ad4c6c83cb745a39538bb67ce74ff2d9181c43b1 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Fri, 4 Sep 2015 14:36:22 +0200 Subject: [PATCH] [vim]dxomenu renammed menu --- .vim/plugin/{dxomenu.vim => menu.vim} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .vim/plugin/{dxomenu.vim => menu.vim} (97%) diff --git a/.vim/plugin/dxomenu.vim b/.vim/plugin/menu.vim similarity index 97% rename from .vim/plugin/dxomenu.vim rename to .vim/plugin/menu.vim index 0b9c28e..4924663 100644 --- a/.vim/plugin/dxomenu.vim +++ b/.vim/plugin/menu.vim @@ -2,10 +2,10 @@ " Custom right click menu to call cscope functions " -if exists("loaded_menu") +if exists("g:loaded_menu") finish endif -let loaded_menu = 1 +let g:loaded_menu = 1 set mousemodel=popup