Mercurial > vim-lawrencium
view resources/hg_command_file_types.vim @ 93:bc5a8dff3fa0
Another attempt to fix weird issues with cleaning up diff buffers.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 16 Jul 2014 22:08:31 -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'