Mercurial > vim-lawrencium
view resources/hg_command_file_types.vim @ 112:b051b81cc365
Fix double escaping when Lawrencium is stored in a folder with spaces.
Kudos to Gareth Phillips for pointing out the solution :)
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 10 Dec 2014 21:50:48 -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'