summaryrefslogtreecommitdiff
path: root/autoload/ale/list.vim
AgeCommit message (Expand)Author
2022-02-08Treat ale_open_list integer values as thresholdsfeature/open_list_numcos
2022-02-04Add ALEPopulateQuickfix and ALEPopulateLocList (#3761)David Briscoe
2021-07-03Deduplicate items in location list (#3792)Gregory Anders
2021-01-273560 add vim 8.2 and nvim 0.4 to ci tests (#3561)Horacio Sanson
2019-08-17 Keep cursor position on screen when opening/closing lists (#2632)Andre Souto
2019-07-02Fix incorrect re-selection (#2630)Pete Beardmore
2019-06-08Merge pull request #2253 from jj-kim/masterw0rp
2019-03-16Fix #2368 - Open vertical list to the rightAndrew Crites
2019-01-16Improve location list behavior on split windows of same buffer.Jason Kim
2018-09-04Improve ALE project style checkingw0rp
2018-05-28#1524 - Define global variables where they are neededw0rp
2018-03-02Option to open lists vertically (#1381)Andrew Crites
2017-11-19Make the message formats configurable with buffer local variablesw0rp
2017-11-14Fix #1069 Support formatting the loclist messages with g:ale_loclist_msg_formatw0rp
2017-09-10Fix #920 - Shut up about E776w0rp
2017-09-08Fix #912 - Close lists automatically when g:ale_open_list is set to 'on_save'...w0rp
2017-09-03Fix #899 - Make the quickfix and loclist windows close againw0rp
2017-08-22#653 - Always set loclist or quickfix in a timer callback, which prevents err...w0rp
2017-08-19#653 Set problems from other buffers when buffers are first checkedw0rp
2017-08-19#653 Collect items for quickfix from all buffers, and de-duplicate them. Set ...w0rp
2017-08-11Ban !=# and !=? from the codebasew0rp
2017-08-08Simplify some comparisonsw0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-08-08Fix #833 - Do not open windows on save when the option is offw0rp
2017-08-08Fix #271 - Add the ability to open the quickfix or loclist windows only after...w0rp
2017-08-07Fix the resetting of selections and annotate itw0rp
2017-08-07added missing visual reselection after quick/location list update (#788)Adrian Kocis
2017-07-24Fix #796 - Ignore errors for closing the last windoww0rp
2017-06-08Experimental code for showing results as soon as each linter completesw0rp
2017-06-06Fix #461 - Allow multiple loclist windows to be opened, and replace some spli...w0rp
2017-06-01Fix #499 Set an explicit height for the quickfix list, and make the height co...w0rp
2017-05-31Set qflist/loclist window title properly ... (#588)cs86661
2017-03-24Fix #272 by checking if quickfix is open before reopening to avoid triggering...Lucas Kolstad
2017-03-13#394 Attempt to fix running linters when bufwinid() doesn't existw0rp
2017-03-09#376 Use the window ID for a given buffer for setting the loclistw0rp
2017-01-22Add a script for custom checks to enforce using the abort flag for functions ...w0rp
2017-01-22Add option to open loclist/quicklist when there are errors (#266)yfery