summaryrefslogtreecommitdiff
path: root/autoload/ale/cursor.vim
AgeCommit message (Expand)Author
2021-01-14Add nvim floating window support (replaces #3314) (#3470)Kevin Clark
2020-08-27#3266 - Catch echo visual selection errorsw0rp
2019-04-08#2417 - Silence errors for shortmess+=Tw0rp
2019-03-07Fix #2330 - Do not use getcurpos() to avoid changing curswantw0rp
2018-11-06Move virtualtext handling to own fileLuan Santos
2018-11-06Fix incorrect warning matchw0rp
2018-11-05Add support for nvim's virtualtext on cursorLuan Santos
2018-10-11Fix E523 on asynchronous truncated echo (#1987)Linda_pp
2018-09-14#1889 Add support for automatically previewing messages based on the cursor p...w0rp
2018-09-03#1875 - Do not echo cursor messages when keys are pendingw0rp
2018-06-20Remove CallWithCooldown functions to save on timew0rp
2018-05-28#1524 - Define global variables where they are neededw0rp
2017-12-19Allow the cursor messages to be disabled while Vim is runningw0rp
2017-12-19Fix #1228 - Reset the cursor if echoing a message moves itw0rp
2017-12-18Remove some now redundant echo codew0rp
2017-11-19Make the message formats configurable with buffer local variablesw0rp
2017-11-15Complain about stray echo lines in the codebasew0rp
2017-11-14Fix #757 - Show :ALEDetail messages in a windoww0rp
2017-11-14Fix #1069 Support formatting the loclist messages with g:ale_loclist_msg_formatw0rp
2017-11-13#852 Support formatting echo messages with error codes. No linters set the `c...w0rp
2017-11-12Add support for showing Info severities in echoed messagesw0rp
2017-10-12#965 - Make the cursor echo delay configurablew0rp
2017-10-11#965 Check ale#ShouldDoNothing() less and such often, for better performancew0rp
2017-08-12#653 - Update the loclist binary search to work with buffer numbers, to filte...w0rp
2017-08-12#468 - Do not try to echo things for a while if something goes wrongw0rp
2017-08-11Ban !=# and !=? from the codebasew0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-08-08Fix #271 - Add the ability to open the quickfix or loclist windows only after...w0rp
2017-08-01#734 - Use the buffer number from the events for entering buffers and saving ...w0rp
2017-07-11Fix comment typoEddie Lebow
2017-05-26Fix #577 Add an option preventing linting of large filesw0rp
2017-05-26Fix #371 Allow ALE to be disabled in different buffersw0rp
2017-05-21#318 Do not capitalize the first character for cursor messagesw0rp
2017-03-04Fix detailed messages with newline charactersw0rp
2017-03-03Fix cursor issues, and clean up the cursor testsw0rp
2017-03-02Address some feedbackJasper Woudenberg
2017-03-01Add support for error detailsJasper Woudenberg
2017-02-14#338 Try and stop ALE from throwing ALEs when run from a sandboxw0rp
2016-10-31Improve file blacklisting to make Unite.vim not fuck up.w0rp
2016-10-25Merge remote-tracking branch 'origin/echo-less'w0rp
2016-10-25#148 - Check the cursor position so we don't try to echo too frequently.w0rp
2016-10-24#119 - Stop ALE clearing the echo message when it doesn't need to.w0rp
2016-10-24Merge everything into the one global map.w0rp
2016-10-16#109 Use norm! instead of norm to solve remapping issues.w0rp
2016-10-13Add some unit tests for the BinarySearch function.w0rp
2016-10-11Use explicit scope in the ale core, as advised by vint -sBjorn Neergaard
2016-10-10Fix cursor bugs.w0rp
2016-10-10First pass at optimizing ale to autoload (#80)Bjorn Neergaard