view resources/hg_command_file_types.vim @ 128:098222a17b1f

add complete commit message to annotate window
author Christian Brabandt <cb@256bit.org>
date Fri, 18 Dec 2015 13:16:08 +0100
parents b484fe88c500
children
line wrap: on
line source

" LAWRENCIUM - MERCURIAL COMMANDS FILE TYPES
"
if !exists('g:lawrencium_hg_commands_file_types')
    let g:lawrencium_hg_commands_file_types = {}
endif

let g:lawrencium_hg_commands_file_types.diff = 'diff'
let g:lawrencium_hg_commands_file_types.glog = 'hggraphlog'