summaryrefslogtreecommitdiff
path: root/autoload/ale/sign.vim
AgeCommit message (Expand)Author
2021-07-21Fix 3801 - Add ALEDummySign some width. (#3832)Horacio Sanson
2021-06-19Fix breakage w/ plugins that inadvertently trigger ALE in `execute()` (#3719)حبيب الامين
2021-05-23Fix 3524 - parse buffer signs with getplaced() function (#3648)Horacio Sanson
2021-01-273560 add vim 8.2 and nvim 0.4 to ci tests (#3561)Horacio Sanson
2020-03-15Fix vim sign priority patch checkStarryLeo
2019-10-21Fix #2835 - Bump up the sign group version check for NeoVimw0rp
2019-10-04Fix sign parser to be language independent.Horacio Sanson
2019-09-25569 support vim sign group and priority (#2786)Horacio Sanson
2019-09-01Add g:ale_sign_highlight_linenr (#2678)BlahGeek
2019-07-29Add setting for numhl highlights (#2637)JINNOUCHI Yasushi
2019-04-23Fix #2452 - Strip trailing spaces off sign text automaticallyw0rp
2019-03-11Fix #2351 - Escape spaces and backslashes for signsw0rp
2019-02-06Update syntax checkingw0rp
2018-07-25Switch to v:t_ variables for type checksw0rp
2018-07-15Fix #1687 - Parse highlights when verbose > 0w0rp
2018-05-28#1524 - Define global variables where they are neededw0rp
2018-04-10Close #1494 - Prefer displaying higher severity problems for cursor messages,...w0rp
2017-10-12#965 - Support limiting the number of signs ALE will setw0rp
2017-10-03Fix #964 - Remove signs when multiple signs end up on a single linew0rp
2017-09-12Fix #924 - Make changing the sign column color work againw0rp
2017-08-26Fix #825 - Downgrade signs when problems changew0rp
2017-08-13#653 - Filter items based on the buffer number for signsw0rp
2017-08-11Ban !=# and !=? from the codebasew0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-07-16Fix #560 #763 - Silence errors for setting signs, and do nothing for dirvishw0rp
2017-06-18Fix #661 - Fix line highlights for style errors and warningsw0rp
2017-06-08Experimental code for showing results as soon as each linter completesw0rp
2017-05-23#572 Handle cleared SignColumn highlights toow0rp
2017-05-22Fix #572 - Link to whatever SignColumn links to for ALESignColumnWithoutErrorsw0rp
2017-05-21#309 Add an option for changing the sign column color when problems are detectedw0rp
2017-05-20#149 - Support Info, style error, and style warning types for problems for signsw0rp
2017-04-26Fix #506 - Don't set signs for buffers which don't existw0rp
2017-03-31adds line highlights style (#436)Steven Lu
2017-03-14#333 Update line numbers for loclist items when current sign_id values are setw0rp
2017-03-12#333 Remember the IDs for highlightsw0rp
2017-03-12Revert "Don't save the sign ID on loclist items. This approach won't work."w0rp
2017-03-12Don't save the sign ID on loclist items. This approach won't work.w0rp
2017-03-11#333 Save sign IDs back on loclist items, and make it possible to get line nu...w0rp
2017-03-02Update sign regex for LANG = it_IT.UTF-8Manuel Unno Vio
2017-02-13Fix #171 - Implement basic error highlightingw0rp
2017-01-22Fix parsing of currently shown signs with Spanish locale (#268)EinfachToll
2016-12-16Make sign parsing testable, and add tests for it against various languages.w0rp
2016-12-15Fix: sign patterncympfh
2016-11-04Take sign information out of the buffer variables, and make it so dummy signs...w0rp
2016-10-23#107 Stop jobs when buffers closew0rp
2016-10-11Clean and reorganize flags/preferencesBjorn Neergaard
2016-10-11Use explicit scope in the ale core, as advised by vint -sBjorn Neergaard
2016-10-10First pass at optimizing ale to autoload (#80)Bjorn Neergaard