dos path fixed

This commit is contained in:
zdm 2013-12-22 04:03:07 +02:00
parent 43c1636e36
commit f6133e4fa1
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ function! airline#extensions#tabline#formatters#unique_tail_improved(bufnr, buff
if do_deduplicate == 1
let path = []
let token_index = 0
for token in reverse(split(fnamemodify(bufname(a:bufnr), ':p:.:h'), '/'))
for token in reverse(split(substitute(fnamemodify(bufname(a:bufnr), ':p:.:h'), '\\', '/', 'g'), '/'))
if token == '.' | break | endif
let duplicated = 0
let uniq = 1