Correctly detect mercurial repos using lawrencium

This commit is contained in:
Paweł Więcek 2014-02-25 22:36:36 +01:00
parent 6aac1b469d
commit 5e25794d4b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ endfunction
function! s:check_in_path()
if !exists('b:airline_branch_path')
let root = get(b:, 'git_dir', get(b:, 'mercurial_dir', ''))
let bufferpath = resolve(fnamemodify(expand('%'), ':p:h'))
let bufferpath = resolve(fnamemodify(expand('%'), ':p'))
if !filereadable(root) "not a file
" if .git is a directory, it's the old submodule format