mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 20:24:27 +08:00
Correctly detect mercurial repos using lawrencium
This commit is contained in:
@@ -55,7 +55,7 @@ endfunction
|
|||||||
function! s:check_in_path()
|
function! s:check_in_path()
|
||||||
if !exists('b:airline_branch_path')
|
if !exists('b:airline_branch_path')
|
||||||
let root = get(b:, 'git_dir', get(b:, 'mercurial_dir', ''))
|
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 !filereadable(root) "not a file
|
||||||
" if .git is a directory, it's the old submodule format
|
" if .git is a directory, it's the old submodule format
|
||||||
|
|||||||
Reference in New Issue
Block a user