vim-airline / vim-airline-themes

A collection of themes for vim-airline
MIT License
2.04k stars 348 forks source link

delete escape character and update ci #218

Closed get-me-power closed 4 years ago

get-me-power commented 4 years ago

This PR delete escape character and improving CI performance

get-me-power commented 4 years ago

Would I merge this patch?

chrisbra commented 4 years ago

does that work correctly?

get-me-power commented 4 years ago

I have checked the status of travis and these are working fine. I think it works correctly.

https://travis-ci.org/github/vim-airline/vim-airline-themes/builds/700057010

chrisbra commented 4 years ago

I guess this is okay then. Would probably make sense to use norm! instead of norm. Please go ahead and merge it.

get-me-power commented 4 years ago

Thanks, Christian. I changed it to use normal! instead of normal.

get-me-power commented 4 years ago

This patch has merged.

Thank you for your review, Christian!