mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2026-02-03 12:32:43 +08:00
Currently, vim-airline uses hard-coded '\s$' to check for trailing whitespace. However you might want to check for different values. Therefore, set the variable g:airline#extensions#whitespace#trailing_regexp to the required regexp value. closes #663