mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-04 12:35:46 +08:00
453f4b759f
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