view resources/hg_command_file_types.vim @ 66:75e9d909758a

`Hglog` changes: - `Hglog` now list the history for the whole repository. - `Hglogthis` lists the history for the current file. Fixed a bug with displaying diff summaries. Updated documentation.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 25 Nov 2012 20:00:34 -0800
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'