view resources/hg_command_file_types.vim @ 111:01edb7c58e0c

Don't touch vim registers holding deletions. (Fix commit c02360b5f... where typing 'p' after :Hgvdiff would paste a blank line and not what the user had previously deleted.)
author Shane Harper <shane@shaneharper.net>
date Thu, 04 Dec 2014 11:09:19 +1100
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'