mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-24 17:28:34 +08:00
@@ -107,6 +107,7 @@ function! s:check_in_path()
|
||||
if match(root, pattern) >= 0
|
||||
let root = substitute(root, pattern, '', '')
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
let b:airline_file_in_root = stridx(bufferpath, root) > -1
|
||||
|
||||
Reference in New Issue
Block a user