vim-airline/autoload
Christian Brabandt cebfc9a64b Use getwininfo() for checking quickfix window
Since Vim8 we have win_getid() and getwininfo() functions to get
information about the current window. So we can use those functions to
find out, whether the current window is a quickfix or location list
window.

This avoids using a redir() over the :ls command and trying to
manually match the string quickfix and should be faster and also be more
robust, as the redir may fail if done recursively.

fixes #1319
2016-11-16 20:14:27 +01:00
..
airline Use getwininfo() for checking quickfix window 2016-11-16 20:14:27 +01:00
airline.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00