contrib/vim/hg-menu.vim
changeset 5115 ea7b982b6c08
parent 2351 075d2ddc4639
equal deleted inserted replaced
5097:73fdc8bd3ed8 5115:ea7b982b6c08
     7 "       Version: 0.1.0
     7 "       Version: 0.1.0
     8 "     Copyright: None.
     8 "     Copyright: None.
     9 "         Usage: These command and gui menu displays useful hg functions
     9 "         Usage: These command and gui menu displays useful hg functions
    10 " Configuration: Your hg executable must be in your path.
    10 " Configuration: Your hg executable must be in your path.
    11 " =============================================================================
    11 " =============================================================================
    12  
    12 
    13 " Section: Init {{{1
    13 " Section: Init {{{1
    14 if exists("loaded_hg_menu")
    14 if exists("loaded_hg_menu")
    15   finish
    15   finish
    16 endif
    16 endif
    17 let loaded_hg_menu = 1
    17 let loaded_hg_menu = 1