Mercurial > vim-lawrencium
view resources/hg_command_file_types.vim @ 126:47209552ec46
Shellescaped all command arguments in HgRepo.GetCommand,
so that the commands work properly with ugly file names,
in my case containing parentheses.
Wrapping revision arguments in quotes is no longer necessary,
so removed all of that as well.
author | namark <nshan.nnnn@gmail.com> |
---|---|
date | Wed, 02 Dec 2015 22:45:12 +0400 |
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'