vim-airline/autoload
Pratik Bhusal 58328b347c Added function to show line number
The function shows the line number of the first error/warning that appears in the current buffer. If there are 20 warnings and the first warning exists on line 33, then vim-airline would show "W:20(L33)".

One can change how the line number is represented using: `g:airline#extensions#ale#open_lnum_symbol` and `airline#extensions#ale#close_lnum_symbol`
2017-11-18 14:24:47 -06:00
..
airline Added function to show line number 2017-11-18 14:24:47 -06:00
airline.vim startup: remove workaround for skipping redraw 2017-11-14 23:38:32 +01:00