Mercurial > vim-lawrencium
view resources/hg_command_file_types.vim @ 94:27d5d85ab918
Make sure paths in the commit message are relative to the repo.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 20 Jul 2014 21:39:46 -0700 |
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'