You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 13f2aa8if exists(':chistory') is used to call setqflist([], 'r', {'title': …, but this is only available with has('patch-7.4.2200')vim/vim@d823fa910.
So at least the handling of the title should have a check for patch-7.4.2200.
The text was updated successfully, but these errors were encountered:
blueyed
changed the title
Requirement of chistory should require setting qf title?
Requirement of :chistory should require setting qf title?
Jul 25, 2019
In 9096c8b was added to require
:chistory
(added in v7.4.2049, vim/vim@f6acffbe8).In 13f2aa8
if exists(':chistory')
is used tocall setqflist([], 'r', {'title': …
, but this is only available withhas('patch-7.4.2200')
vim/vim@d823fa910.So at least the handling of the title should have a check for patch-7.4.2200.
For reference of some important patches: https://github.com/neomake/neomake/blob/852029b49c495181c2900d6baf4de7208507649e/autoload/neomake/list.vim#L5-L9
The text was updated successfully, but these errors were encountered: