mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-11 20:51:40 +08:00
support multiple accents in the same section (#203).
This commit is contained in:
@@ -49,6 +49,9 @@ function! s:create(parts, append)
|
||||
endif
|
||||
|
||||
let val .= partval
|
||||
if exists('part.accent')
|
||||
let val .= '%#__restore__#'
|
||||
endif
|
||||
let _ .= val
|
||||
endfor
|
||||
return _
|
||||
|
||||
Reference in New Issue
Block a user