Mercurial > vim-lawrencium
annotate resources/hg_command_file_types.vim @ 73:785d1a1faa6c
Changes and fixes to the `Hglog` window:
- Fixed a bug with showing diffs.
- Made the diff behaviour and commands more consistent with those of
the `Hgstatus` window.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 16 Feb 2014 22:33:11 -0800 |
parents | b484fe88c500 |
children |
rev | line source |
---|---|
46 | 1 " LAWRENCIUM - MERCURIAL COMMANDS FILE TYPES |
2 " | |
3 if !exists('g:lawrencium_hg_commands_file_types') | |
50
b484fe88c500
Fixed a bug initializing global setting.
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
4 let g:lawrencium_hg_commands_file_types = {} |
46 | 5 endif |
6 | |
7 let g:lawrencium_hg_commands_file_types.diff = 'diff' | |
8 let g:lawrencium_hg_commands_file_types.glog = 'hggraphlog' | |
9 |