ale/autoload/ale
w0rp 3828ea5b26 Detect .git directories for finding the project root for C projects 2017-06-25 21:33:15 +01:00
..
fix Add ruby fixer using `rubocop --auto-correct` (#689) 2017-06-25 20:04:14 +01:00
fixers Add ruby fixer using `rubocop --auto-correct` (#689) 2017-06-25 20:04:14 +01:00
handlers Move ale#handlers#c functions into ale#c 2017-06-25 20:34:23 +01:00
lsp Handle LSP responses for different files more consistently 2017-06-13 17:53:47 +01:00
balloon.vim Fix #537 - Add support for balloons 2017-05-31 22:04:33 +01:00
c.vim Detect .git directories for finding the project root for C projects 2017-06-25 21:33:15 +01:00
cleanup.vim Simplify job cleanup code 2017-06-06 16:44:01 +01:00
command.vim Refactor special command parsing into its own file 2017-05-17 11:17:49 +01:00
cursor.vim Fix #577 Add an option preventing linting of large files 2017-05-26 21:21:15 +01:00
debugging.vim Fix ALEInfo and some test issues 2017-05-27 23:51:27 +01:00
engine.vim #681 Show extra kotlin errors at line 1 2017-06-24 12:35:01 +01:00
events.vim Fix #687 - Check files on enter if they have changed 2017-06-24 12:24:31 +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 Fix the tests harder 2017-06-25 16:20:55 +01:00
highlight.vim Fix #658 - Clear highlights for all problem types 2017-06-18 18:20:05 +01:00
history.vim Add a check to make tests fail less 2017-05-18 09:27:18 +01:00
job.vim Fix #649 - Support tsserver linting for NeoVim 2017-06-14 17:08:39 +01:00
linter.vim Fix #668 - Support eslint for TypeScript 2017-06-20 10:50:38 +01:00
list.vim Experimental code for showing results as soon as each linter completes 2017-06-08 17:30:21 +01:00
loclist_jumping.vim Add :ALEFirst and :ALELast commands (#616) 2017-06-03 12:45:52 +01:00
lsp.vim #649 Output the tsserver command in ALEInfo 2017-06-14 16:53:21 +01:00
node.vim Refactor running of local Node programs with a helper function 2017-05-27 17:11:03 +01:00
path.vim Fix #690 - Filter out errors from other files for Haskell 2017-06-25 17:08:57 +01:00
pattern_options.vim Complain about incorrect uses of expand('%...') 2017-06-06 10:22:52 +01:00
python.vim #659 - Add options for Python fixers, and cut down on duplicated documentation 2017-06-18 11:03:31 +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 Fix #661 - Fix line highlights for style errors and warnings 2017-06-18 11:34:06 +01:00
statusline.vim #323 Document ale#statusline#Count() instead, and encourage its use 2017-05-24 10:23:13 +01:00
test.vim Fix some escaping and make some tests set filenames consistently 2017-06-21 22:33:34 +01:00
util.vim Move all functions for fixing things to autoload/ale/fixers, and only accept the lines of input where needed. 2017-06-07 14:02:29 +01:00