Mercurial > vim-lawrencium
view resources/hg_command_file_types.vim @ 71:1fbba48019b5
MQ support:
- Added `Hgqseries` command to navigate MQ series.
- Ability to go to, rename, and edit the message of a patch.
- Wrote documentation.
Fixed a bug with the `Hgstatus` being `readonly`.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 16 Feb 2014 16:00:16 -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'