100 Commits
Author SHA1 Message Date
w0rp d837169f1d Ignore compiled files from newer versions 2019-05-08 09:52:43 +01:00
w0rp 0927634916 Fix #2452 - Strip trailing spaces off sign text automatically 2019-04-23 15:59:05 +01:00
w0rp 711de2c1be Fix #2415 - Mark tsserver and LSP linters inactive again 2019-04-17 18:13:22 +01:00
w0rp fa18195e34 Fix #2440 - Fix the kotlinc command when Maven and Gradle are missing 2019-04-15 13:36:28 +01:00
w0rp 9d0a55edec Do not complain about generated _callback settings 2019-04-10 19:53:22 +01:00
w0rp 950204b133 Fix #2399 - Do not check buffers used for displaying diffs 2019-04-10 18:43:21 +01:00
w0rp bbb6e70377 #2417 - Silence errors for shortmess+=T 2019-04-10 15:40:16 +01:00
w0rp 02af53b8b0 Document ale#Has 2019-04-07 16:29:55 +01:00
w0rp ce64e349cd Close #2132 - Add deprecation warnings for old features 2019-04-07 16:24:08 +01:00
w0rp e85eb82401 #2132 - Implement feature tests with ale#Has 2019-04-07 15:34:39 +01:00
w0rp 3bebcb5d48 #2132 - Replace command_chain and chain_with with ale#command#Run 2019-04-07 14:58:06 +01:00
w0rp 435a072181 #2397 - didChangeConfiguration should be a notification 2019-04-02 22:00:03 +01:00
w0rp 669aeb2c9d Add pyflakes to the Vim help file too 2019-04-02 09:37:01 +01:00
w0rp cfffdab856 Sort the documented options 2019-04-02 09:31:00 +01:00
w0rp 3eb6d7b3db #2395 - Handle empty output for redpen 2019-03-29 16:09:27 +00:00
w0rp e1e8f0dae1 Fix the table of contents 2019-03-29 15:36:11 +00:00
w0rp 442d672d8a #2397 - disable elixir-ls by default, which can be CPU hungry 2019-03-29 14:19:13 +00:00
w0rp a92627e1e1 Fix #2402 - Handle null LSP references responses 2019-03-29 13:42:24 +00:00
w0rp 80ef7ea2d0 #2357 Handle Windows paths where the drive letter colon is encoded 2019-03-13 16:44:29 +00:00
w0rp 67ea571659 Handle pipes in Windows drive letters for URIs 2019-03-13 15:54:09 +00:00
w0rp 365ffae6c4 Fix #2351 - Escape spaces and backslashes for signs 2019-03-11 19:44:51 +00:00
w0rp 03384a5d6f #2341 - Handle completion messages with textEdit objects 2019-03-10 15:21:36 +00:00
w0rp 8a0213f1fd Remove more uses of command_callback and executable_callback 2019-03-09 14:30:28 +00:00
w0rp c6a6a37931 Update documentation for languagetool 2019-03-09 14:12:31 +00:00
w0rp 413529f603 Fix #2326 - ALEComplete no longer replaces completeopt 2019-03-08 21:32:05 +00:00
w0rp 5505f2323d Fix #2330 - Do not use getcurpos() to avoid changing curswant 2019-03-07 12:28:42 +00:00
w0rp cf883aa5a8 #2132 - Document ale#command#Run 2019-03-05 14:07:38 +00:00
w0rp c4328f2a31 #2132 - Support deferred execution for LSP executables, commands, and addresses 2019-02-27 23:26:32 +00:00
w0rp 37a1d24a36 Skip the command#Run test for fixers on Windows 2019-02-26 16:57:57 +00:00
w0rp 38009b8e58 #2132 - Support deferred fixers 2019-02-26 16:56:16 +00:00
w0rp 70a9176de0 #2132 - Set up fixers for deferred support 2019-02-26 08:35:58 +00:00
w0rp 89e5491862 Revert "#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)"
This reverts commit f1ed654ca5.
2019-02-22 20:48:06 +00:00
w0rp 883978ece9 #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
w0rp f53b25d256 #2132 - Implement project_root as a replacement for project_root_callback 2019-02-22 15:24:34 +00:00
w0rp f8aeb5c5a4 #2132 - Make most foo_callback options work as foo 2019-02-22 00:35:53 +00:00
w0rp ffa45fa3fb #2132 - Implement deferred command handling for linters 2019-02-21 21:24:41 +00:00
w0rp a8b987a1c3 Fix #2300 - Handle more URIs per RFC 3986 2019-02-21 19:47:22 +00:00
w0rp c3d4e0983b Try to get tests to pass on Windows again 2019-02-15 16:40:01 +00:00
w0rp 5b6df0a85f Fix #2299 - Make tsserver run again 2019-02-15 15:34:31 +00:00
w0rp 1a69c9c88c #2295 Send an empty object for the initialized notification, per the spec 2019-02-15 10:44:45 +00:00
w0rp 0d10653a7c Fix #2295 - Respond to initialize with an initialized message 2019-02-15 08:54:53 +00:00
w0rp 89039187da Fix #2294 - Fix some syntax that broke LSP 2019-02-15 08:32:01 +00:00
w0rp 7487ecb957 Simplify code for marking linters as active 2019-02-14 10:10:46 +00:00
w0rp 3140abcd0c Fix #2293 - Update linter option documentation
* The README now points to a valid helptag for linter options.
* The now very, very large part of the table of contents for linter and
  fixer options has been moved into a section so the initial table is
  smaller.
* Special linter or fixer options now lie beneath the general linter
  or fixer options.
2019-02-13 21:22:02 +00:00
w0rp 3050a132b5 Remove ProcessChain code we do not need now 2019-02-13 17:56:10 +00:00
w0rp 21a8b9f1e3 Make it easier to remove command_chain support later 2019-02-13 17:53:01 +00:00
w0rp 1ee56713b8 #2132 Use an on-init callback for all LSP logic 2019-02-13 17:26:37 +00:00
w0rp e88243687a Better wording 2019-02-13 10:38:04 +00:00
w0rp f1bf795b8b Explain what linting is in the first sentence 2019-02-13 10:35:26 +00:00
w0rp 926ad47a49 #2132 - Implement deferred executable string handling for linters 2019-02-12 18:05:33 +00:00
w0rp bf196ba17c Fixers are not disabled by default 2019-02-11 22:14:35 +00:00
w0rp df9bee88f6 Rewrite the supported tools lists in new files 2019-02-11 22:07:52 +00:00
w0rp 7a48750610 Complain about binary operators on the ends of lines 2019-02-10 11:43:48 +00:00
w0rp 422908a572 #2009 - Force Windows jobs to run in a CMD shell 2019-02-08 21:33:16 +00:00
w0rp d21581016e Fix #2257 - Fix an off by 1 which broke completion for some servers 2019-02-08 19:31:47 +00:00
w0rp b32fdfe816 #2132 Implement deferred objects for ale#command#Run 2019-02-08 08:41:38 +00:00
w0rp 19cc724807 Add a function for parsing command args 2019-02-07 18:10:34 +00:00
w0rp 2885c57e3e Fix #2276 - Replace a potentially infinite loop for hie 2019-02-07 16:24:41 +00:00
w0rp 81c73da3b9 #2132 - lint and fix with ale#command#Run
A new function is added here which will later be modified for public use
in linter and fixer callbacks. All linting and fixing now goes through
this new function, to prove that it works in all cases.
2019-02-06 22:00:11 +00:00
w0rp 3e11cbd18d Update syntax checking
* Line continuation characters should be on the same lines.
* .vim file line indentation should be a multiple of 4.
2019-02-06 18:05:13 +00:00
w0rp 4d426bf287 Fix #2263 - detailed Flow errors should show the original message 2019-02-01 13:01:56 +00:00
w0rp 067601e9db Set lint_file for the ameba linter 2019-01-27 16:16:22 +00:00
w0rp 79135dfe13 Fix #2192 - Handle more ignore-pattern messages for ESLint 2019-01-27 12:08:39 +00:00
w0rp 3ac12b6939 Fix #2216 - Tolerate versions without path numbers 2019-01-27 10:56:08 +00:00
w0rp 91c1fc3bb3 Sort documentation entries alphabetically better 2019-01-27 09:32:39 +00:00
w0rp 20b9dfdb4a Fix #2195 - Handle the command key being missing 2019-01-27 09:12:59 +00:00
w0rp 6543d0e902 #2248 Mention tsserver as a JavaScript tool too 2019-01-26 22:02:21 +00:00
w0rp cf14d0aa53 #2132 Unify temporary file management in command.vim 2019-01-26 19:33:52 +00:00
w0rp a50e049e74 Mention raco in the list of supported tools 2019-01-14 20:35:23 +00:00
w0rp c0b2090fbb #2132 Move CreateTemporaryFileForJob calls into FormatCommand 2019-01-12 18:34:26 +00:00
w0rp 56b7dca623 Fix flow tests on Windows 2019-01-12 14:36:07 +00:00
w0rp cbaa7eb3c7 Clean up bingo tests, so they pass on my machine too 2019-01-12 13:14:29 +00:00
w0rp 6644563949 #2132 Remove the need for the hidden add_newline option by tweaking the flow command 2019-01-12 13:14:29 +00:00
w0rp f23811770a Add briefer help tags for ALE development documentation 2019-01-08 14:40:26 +00:00
w0rp 4f3190daa8 Fix a test on Windows 2019-01-04 14:51:55 +00:00
w0rp 08606b88d0 Clean up the new g:ale_shell code. Use it for Windows 2019-01-03 21:23:09 +00:00
w0rp 78724f4cd3 Fix some formatting issues 2019-01-03 20:33:59 +00:00
w0rp f1ed654ca5 #2132 Change (buffer, lines) fixer functions to (buffer, done, lines) 2018-12-18 11:13:28 +00:00
w0rp 9a3be907ea Close #2152 - Use ale_javascript_standard_options for fixing files too 2018-12-18 09:28:55 +00:00
w0rp c899ff3523 Explain the .* .gitignore rule 2018-12-10 20:20:23 +00:00
w0rp 39c892eff4 #1520 - Add an :ALEDocumentation for tsserver 2018-12-10 20:08:28 +00:00
w0rp f4af9157e1 Make the suggestion about asking for help friendlier 2018-12-04 19:07:55 +00:00
w0rp 0d14380d8a Do not wrap bug report lines 2018-12-04 09:42:37 +00:00
w0rp f2b353fa09 Fix a mistake with a link 2018-12-04 09:33:24 +00:00
w0rp 6f32f002e7 Revert "Merge pull request #2083 from zackhsi/scalac-until-jvm"
This reverts commit 1c89495d77, reversing
changes made to 4b4b09593b.
2018-12-03 20:39:10 +00:00
w0rp 9eda079e02 Typo 2018-12-03 20:30:24 +00:00
w0rp 146769c616 Tell people to ask for tech support outside of GitHub issues 2018-12-03 20:29:26 +00:00
w0rp e74d43fb25 Fix #2084 - Disable mix by default, as it causes too many problems 2018-11-19 20:14:30 +00:00
w0rp dd7b2188ab Add style highlights for virtualtext and document all of them 2018-11-14 16:44:53 +00:00
w0rp d1d5292178 Fix #2054 - Make golint configurable 2018-11-11 09:42:57 +00:00
w0rp f8d3ffb60e Fix #1960 - Do not fix files on :wq 2018-11-10 10:06:56 +00:00
w0rp e4faf82cab Enable ESLint for Vue files by default 2018-11-08 09:19:02 +00:00
w0rp 51341fbe36 Update the instructions for installing the tslint tsserver plugin 2018-11-06 19:57:36 +00:00
w0rp 945dd2fa26 Explain how to configure aliases better, especially for Vue 2018-11-05 13:19:24 +00:00
w0rp 71bb62c858 Clean up a buffer variable in a test file 2018-11-04 10:15:41 +00:00
w0rp 4b841b5586 Fix the Windows tests 2018-10-31 16:25:04 +00:00
w0rp 6212c22b5a Add a bullet point about symbol search 2018-10-31 16:14:34 +00:00
w0rp 4ef2c81e95 Implement LSP symbol search 2018-10-31 16:13:31 +00:00
w0rp f01611464a Tell people to write tests even more 2018-10-31 10:04:25 +00:00
w0rp 709788084f Try to fix the tests on Windows 2018-10-30 20:55:35 +00:00