ale/autoload/ale
Simon Bugert 716b22d524 Add shfmt fixer for sh files (#1083)
* Add shfmt fixer for sh files
* Add tests for shfmt fixer
2017-11-05 21:24:41 +00:00
..
fix Add shfmt fixer for sh files (#1083) 2017-11-05 21:24:41 +00:00
fixers Add shfmt fixer for sh files (#1083) 2017-11-05 21:24:41 +00:00
gradle Kotlin and general Gradle support. (#745) 2017-07-10 23:03:36 +01:00
handlers Fix #971 - Add an option for turning errors about missing eslint config files off. 2017-10-28 12:11:33 +01:00
lsp #517 Add more code LSP support which makes the tssserver linter behave more like the LSP linters 2017-07-26 10:37:37 +01:00
balloon.vim #653 - Update the loclist binary search to work with buffer numbers, to filter out items for other buffers 2017-08-12 14:27:47 +01:00
c.vim Ban use of ==# or ==? in the codebase, and prefer is# or is? instead 2017-08-08 08:39:13 +01:00
command.vim Fix typos 2017-10-03 01:11:54 +09:00
completion.vim Fix #1041 - Do not request completions shortly after CompleteDone 2017-10-26 23:18:12 +01:00
cursor.vim #965 - Make the cursor echo delay configurable 2017-10-12 23:25:41 +01:00
debugging.vim Fix #876 - Save history in a separate buffer variable so history works when linting is disabled 2017-08-25 22:22:26 +01:00
engine.vim Fix #1062 - Use <nomodeline> for the ALELint autocmd, so we don not mess with folds, etc. 2017-11-05 17:34:36 +00:00
events.vim #857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffers 2017-10-30 22:19:57 +00:00
filetypes.vim #283 Fix linting buffers with no filename, by creating a filename with a guess for the file extension 2017-02-13 10:36:38 +00:00
fix.vim #904 - Allow linting to run on save a second after :q fails 2017-10-17 00:37:29 +01:00
gradle.vim Get more of the tests to pass on Windows 2017-10-23 01:26:31 +01:00
highlight.vim #817 Add commands for toggling ALE for only the current buffer 2017-10-28 19:36:16 +01:00
history.vim Fix #876 - Save history in a separate buffer variable so history works when linting is disabled 2017-08-25 22:22:26 +01:00
job.vim Fix #1058 - Ignore all errors with bad calls to jobstop() in NeoVim 2017-11-04 10:54:28 +00:00
linter.vim Fix typos 2017-10-03 01:11:54 +09:00
list.vim Fix #920 - Shut up about E776 2017-09-10 20:13:35 +01:00
loclist_jumping.vim Simplify the loclist jumping code a little 2017-08-13 13:06:22 +01:00
lsp.vim Fix #907 - Stop LSP integration breaking with empty string keys in NeoVim 2017-09-04 00:15:13 +01:00
node.vim Fix #895 - Run Node.js scripts with node.exe instead of node on Windows 2017-08-31 13:12:24 +01:00
path.vim Get the mcsc handler tests to pass on Windows 2017-10-01 17:36:47 +01:00
pattern_options.vim Ban use of ==# or ==? in the codebase, and prefer is# or is? instead 2017-08-08 08:39:13 +01:00
python.vim #1081 Remove the ale#python#IsExecutable function 2017-11-04 10:46:19 +00:00
ruby.vim Ban !=# and !=? from the codebase 2017-08-11 00:31:42 +01:00
semver.vim #289 Only use the --stdin-display-name flag if the flake8 version supports it 2017-02-06 11:12:27 +00:00
sign.vim #965 - Support limiting the number of signs ALE will set 2017-10-12 23:04:54 +01:00
statusline.vim #653 Filter items based on the buffer number for problem counts 2017-08-13 13:24:10 +01:00
test.vim Get more random tests to pass on Windows 2017-10-08 23:26:50 +01:00
toggle.vim #857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffers 2017-10-30 22:19:57 +00:00
uri.vim #517 Add more code LSP support which makes the tssserver linter behave more like the LSP linters 2017-07-26 10:37:37 +01:00
util.vim #653 - Always set loclist or quickfix in a timer callback, which prevents errors E924, E925, and E926 2017-08-22 21:19:36 +01:00