[vim]dxomenu renammed menu

This commit is contained in:
Mathieu Maret 2015-09-04 14:36:22 +02:00
parent 49550fc8c9
commit ad4c6c83cb
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
" Custom right click menu to call cscope functions " Custom right click menu to call cscope functions
" "
if exists("loaded_menu") if exists("g:loaded_menu")
finish finish
endif endif
let loaded_menu = 1 let g:loaded_menu = 1
set mousemodel=popup set mousemodel=popup