.. |
fix
|
Support both prettier and prettier-eslint
|
2017-05-27 18:31:52 +01:00 |
handlers
|
Fix #557 - Detect C project roots and include root directories with headers, or include directories
|
2017-05-31 20:01:47 +01:00 |
lsp
|
#517 - Implement LSP chunked message parsing, sending messages to sockets, and callbacks
|
2017-05-08 22:18:28 +01:00 |
balloon.vim
|
Fix #537 - Add support for balloons
|
2017-05-31 22:04:33 +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
|
Simplify job cleanup code
|
2017-06-06 16:44:01 +01:00 |
events.vim
|
#591 Support fixing files on save
|
2017-05-30 21:32:51 +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
|
#591 Store buffer variables when fixing filess, and read them back in ale#Var
|
2017-05-30 22:15:24 +01:00 |
highlight.vim
|
#574 Do not restore items with no columns for highlights from hidden buffers
|
2017-06-02 19:02:54 +01:00 |
history.vim
|
Add a check to make tests fail less
|
2017-05-18 09:27:18 +01:00 |
job.vim
|
Simplify job cleanup code
|
2017-06-06 16:44:01 +01:00 |
linter.vim
|
go: Remove staticcheck and go build defaults
|
2017-05-30 14:48:23 +02:00 |
list.vim
|
Fix #461 - Allow multiple loclist windows to be opened, and replace some split windows
|
2017-06-06 17:31:13 +01:00 |
loclist_jumping.vim
|
Add :ALEFirst and :ALELast commands (#616)
|
2017-06-03 12:45:52 +01:00 |
lsp.vim
|
Fix some problems with LSP functions
|
2017-05-16 19:38:05 +01:00 |
node.vim
|
Refactor running of local Node programs with a helper function
|
2017-05-27 17:11:03 +01:00 |
path.vim
|
#549 Temporarily revert shell escaping changes, just for Windows
|
2017-05-12 09:20:16 +01:00 |
pattern_options.vim
|
Complain about incorrect uses of expand('%...')
|
2017-06-06 10:22:52 +01:00 |
python.vim
|
#563 Use a configurable list of directories for detecting virtualenv paths instead.
|
2017-05-20 13:34:53 +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
|
#572 Handle cleared SignColumn highlights too
|
2017-05-23 17:25:13 +01:00 |
statusline.vim
|
#323 Document ale#statusline#Count() instead, and encourage its use
|
2017-05-24 10:23:13 +01:00 |
util.vim
|
Simplify the sandbox check, to save on execution time
|
2017-05-25 17:23:21 +01:00 |