view resources/hg_command_file_types.vim @ 155:e52c62ac52fc default tip master

Fixed a couple issues with README
author Zach Wilson <zakrywilson@gmail.com>
date Wed, 19 Jan 2022 11:42:53 -0600
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'