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