[vim]dxomenu renammed menu
This commit is contained in:
parent
49550fc8c9
commit
ad4c6c83cb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user