.. |
handlers
|
Simplify some code and format some tests better
|
2017-04-24 21:11:33 +01:00 |
cleanup.vim
|
Remove error highlights when buffers are cleaned up
|
2017-04-19 22:55:06 +01:00 |
cursor.vim
|
Fix detailed messages with newline characters
|
2017-03-04 23:55:12 +00:00 |
debugging.vim
|
#254 Add an option for logging the output of commands
|
2017-02-16 23:18:57 +00:00 |
engine.vim
|
Cover basic GCC functionality with tests
|
2017-04-03 22:24:30 +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 |
handlers.vim
|
Simplify some code and format some tests better
|
2017-04-24 21:11:33 +01:00 |
highlight.vim
|
Remove error highlights when buffers are cleaned up
|
2017-04-19 22:55:06 +01:00 |
history.vim
|
#254 Add an option for logging the output of commands
|
2017-02-16 23:18:57 +00:00 |
linter.vim
|
Disable rpmlint by default (#492)
|
2017-04-20 16:55:20 +01:00 |
list.vim
|
Fix #272 by checking if quickfix is open before reopening to avoid triggering a BufEnter event that causes quickly repeating linting runs when g:ale_lint_on_enter = 1.
|
2017-03-24 10:39:37 -07:00 |
loclist_jumping.vim
|
Make the navigation commands only work with ALE's pre-sorted list
|
2017-03-07 23:31:25 +00:00 |
path.vim
|
Move path functions to their own file
|
2017-04-17 23:29:02 +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
|
adds line highlights style (#436)
|
2017-03-31 19:22:25 +01:00 |
statusline.vim
|
#274 - Fix airline integration when ALE is not loaded fully
|
2017-02-13 23:31:29 +00:00 |
util.vim
|
Add a function for getting matches, and use it to simplify a lot of code
|
2017-04-18 00:35:53 +01:00 |