You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
371 B
Plaintext
13 lines
371 B
Plaintext
7 years ago
|
Before:
|
||
|
Save &l:statusline
|
||
|
|
||
|
After:
|
||
|
Restore
|
||
|
|
||
|
Execute(ALE shouldn't do much of anything for ctrlp-funky buffers):
|
||
|
Assert !ale#ShouldDoNothing(bufnr('')), 'The preliminary check failed'
|
||
|
|
||
|
let &l:statusline = '%#CtrlPMode2# prt %*%#CtrlPMode1# line %* <mru>={%#CtrlPMode1# funky %*}=<fil> <-> %=%<%#CtrlPMode2# %{getcwd()} %*'
|
||
|
|
||
|
Assert ale#ShouldDoNothing(bufnr(''))
|