ale/autoload/ale
w0rp 5c839c4825 #653 Collect items for quickfix from all buffers, and de-duplicate them. Set filename items in quickfix and loclist. 2017-08-19 14:28:51 +01:00
..
fix Add support for SwiftFormat as a fixer 2017-08-09 12:41:21 -05:00
fixers Add a fix function for breaking up long Python lines, which is hidden for now 2017-08-11 10:31:25 +01:00
gradle Kotlin and general Gradle support. (#745) 2017-07-10 23:03:36 +01:00
handlers Ban use of ==# or ==? in the codebase, and prefer is# or is? instead 2017-08-08 08:39:13 +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 Refactor special command parsing into its own file 2017-05-17 11:17:49 +01:00
completion.vim Increase the default maximum completion suggestions to a more useful but safe level, and filter before requesting details, which is faster 2017-08-18 22:34:18 +01:00
cursor.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
debugging.vim Ban use of ==# or ==? in the codebase, and prefer is# or is? instead 2017-08-08 08:39:13 +01:00
engine.vim Fix a bug where the sign column was not closed some of the time, etc. 2017-08-14 10:00:46 +01:00
events.vim Set up one BufEnter event used for everything, and add tests for linting when the filetype changes 2017-08-14 23:31:54 +01: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 Ban !=# and !=? from the codebase 2017-08-11 00:31:42 +01:00
gradle.vim Kotlin and general Gradle support. (#745) 2017-07-10 23:03:36 +01:00
highlight.vim Ban use of ==# or ==? in the codebase, and prefer is# or is? instead 2017-08-08 08:39:13 +01:00
history.vim Add a check to make tests fail less 2017-05-18 09:27:18 +01:00
job.vim Ban !=# and !=? from the codebase 2017-08-11 00:31:42 +01:00
linter.vim Ban !=# and !=? from the codebase 2017-08-11 00:31:42 +01:00
list.vim #653 Collect items for quickfix from all buffers, and de-duplicate them. Set filename items in quickfix and loclist. 2017-08-19 14:28:51 +01:00
loclist_jumping.vim Simplify the loclist jumping code a little 2017-08-13 13:06:22 +01:00
lsp.vim Ban !=# and !=? from the codebase 2017-08-11 00:31:42 +01:00
node.vim Refactor running of local Node programs with a helper function 2017-05-27 17:11:03 +01:00
path.vim Ban use of ==# or ==? in the codebase, and prefer is# or is? instead 2017-08-08 08:39:13 +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 Fix docs for FindProjectRoot function 2017-07-12 10:00:42 +02: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 #653 - Filter items based on the buffer number for signs 2017-08-13 16:30:46 +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 Ban !=# and !=? from the codebase 2017-08-11 00:31:42 +01: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 Collect items for quickfix from all buffers, and de-duplicate them. Set filename items in quickfix and loclist. 2017-08-19 14:28:51 +01:00