Mercurial > vim-lawrencium
view resources/hg_command_file_types.vim @ 57:220c9508ff62
Fixes for Lawrencium files:
- Move the cursor to the top of the buffer.
- Insert stuff at the first line instead of below it.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 14 Nov 2012 22:16:26 -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'