Mercurial > vim-lawrencium
diff resources/hg_command_file_types.vim @ 46:6a4f5200d8da
`:Hg!` command changes:
- Ability to edit in a normal buffer instead of the preview window.
- Set syntax coloring according to the Mercurial command.
- Updated the documentation.
Miscellaneous cleanup.
New pretty banner in the documentation.
New "global settings" section in the documentation.
Added `graphlog` syntax file.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 07 Nov 2012 07:14:15 -0800 |
parents | |
children | b484fe88c500 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resources/hg_command_file_types.vim Wed Nov 07 07:14:15 2012 -0800 @@ -0,0 +1,9 @@ +" LAWRENCIUM - MERCURIAL COMMANDS FILE TYPES +" +if !exists('g:lawrencium_hg_commands_file_types') + 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' +