Mercurial > vim-lawrencium
diff autoload/lawrencium/hg.vim @ 140:652a6f5df0f3
Fixed for broken things after the reorganization.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 13 Jun 2016 21:55:40 -0700 |
parents | 065625e1bb31 |
children | b5ce60d1e6b4 |
line wrap: on
line diff
--- a/autoload/lawrencium/hg.vim Mon Jun 13 09:32:34 2016 -0700 +++ b/autoload/lawrencium/hg.vim Mon Jun 13 21:55:40 2016 -0700 @@ -50,7 +50,7 @@ endif " Include the command file type mappings. -let s:file_type_mappings = expand("<sfile>:h:h") . '/resources/hg_command_file_types.vim' +let s:file_type_mappings = expand("<sfile>:h:h:h") . '/resources/hg_command_file_types.vim' if filereadable(s:file_type_mappings) execute "source " . fnameescape(s:file_type_mappings) endif