mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-21 09:08:25 +08:00
use __accent to better differentiate between a real group.
This commit is contained in:
@@ -32,7 +32,7 @@ describe 'section'
|
||||
\ 'accent': 'red',
|
||||
\ })
|
||||
let s = airline#section#create(['hi'])
|
||||
Expect s == '%#airline_accent_red#hello'
|
||||
Expect s == '%#__accent_red#hello'
|
||||
end
|
||||
|
||||
it 'should parse out a section from the distro'
|
||||
|
||||
Reference in New Issue
Block a user