ale/autoload/ale
w0rp 26ceba0e47
Merge pull request #1861 from dimbleby/goto-definition-column
Fix out-by-one error in column on goto-definition
2018-08-28 10:12:46 +01:00
..
completion Close #1162 - Implement completion support with LSP servers 2018-04-22 12:28:19 +01:00
engine Switch to v:t_ variables for type checks 2018-07-25 01:27:28 +01:00
fix Use &l:equalprg so local options do not override global ones 2018-08-17 10:11:10 +01:00
fixers Merge pull request #1841 from dabbeg/fix-importjs-fixer 2018-08-24 10:32:28 +01:00
gradle Kotlin and general Gradle support. (#745) 2017-07-10 23:03:36 +01:00
handlers Include the error in the detailed error message in the GCC handler 2018-08-02 21:45:16 +01:00
lsp Merge pull request #1771 from fredemmott/lsp 2018-08-02 19:22:45 +01:00
assert.vim Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
balloon.vim Get tests to pass in Vim 8.1 2018-07-23 20:41:48 +01:00
c.vim Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
command.vim Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIR 2018-07-12 13:05:59 +01:00
completion.vim #1700 - Try using a 0ms timer showing the completion menu 2018-07-26 23:08:38 +01:00
cursor.vim Remove CallWithCooldown functions to save on time 2018-06-20 08:34:42 +01:00
debugging.vim Close #1522 - Show suggested fixers in :ALEInfo 2018-06-21 02:26:41 +01:00
definition.vim Merge pull request #1861 from dimbleby/goto-definition-column 2018-08-28 10:12:46 +01:00
engine.vim Switch to v:t_ variables for type checks 2018-07-25 01:27:28 +01:00
events.vim Fix #1619 - Rewrite lint on enter events so they behave better 2018-07-17 00:18:34 +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 Switch to v:t_ variables for type checks 2018-07-25 01:27:28 +01:00
gradle.vim Get more of the tests to pass on Windows 2017-10-23 01:26:31 +01:00
highlight.vim Fix #1205 Do not add line highlights if the groups do not exist 2017-12-07 23:25:17 +00:00
history.vim #1524 - Define global variables where they are needed 2018-05-28 19:19:20 +01:00
hover.vim Switch to v:t_ variables for type checks 2018-07-25 01:27:28 +01:00
job.vim #830 Implement a socket wrapper API for use with LSP connections 2018-07-02 23:49:47 +01:00
linter.vim Use &l:equalprg so local options do not override global ones 2018-08-17 10:11:10 +01:00
list.vim #1524 - Define global variables where they are needed 2018-05-28 19:19:20 +01:00
loclist_jumping.vim set marks to add to jump list 2018-04-27 17:18:18 +01:00
lsp.vim Fix #1816 - Fix a type error in the initialize message handler 2018-08-16 14:20:45 +01:00
lsp_linter.vim Check LSP capabilities before using them 2018-07-22 19:04:55 +01:00
node.vim Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
path.vim Add support for parsing compile_commands.json files for C compilers 2018-07-29 19:24:27 +01:00
pattern_options.vim Fix #1619 - Rewrite lint on enter events so they behave better 2018-07-17 00:18:34 +01:00
preview.vim Close #1590 - Automatically close previews for hover 2018-06-21 23:02:36 +01:00
python.vim python: add lookup path for flake8 config 2018-08-01 20:07:11 -07:00
references.vim Check LSP capabilities before using them 2018-07-22 19:04:55 +01:00
ruby.vim Ban !=# and !=? from the codebase 2017-08-11 00:31:42 +01:00
semver.vim Simplfy semver handling and share the semver version cache across everything 2017-11-09 23:42:54 +00:00
sign.vim Switch to v:t_ variables for type checks 2018-07-25 01:27:28 +01:00
socket.vim #830 Make the LSP socket code so far use the new socket API 2018-07-03 00:30:26 +01:00
statusline.vim Remove deprecated code for the 2.0 release 2018-07-04 08:36:34 +01:00
test.vim Get tests to pass in Vim 8.1 2018-07-23 20:41:48 +01:00
toggle.vim Get tests to pass in Vim 8.1 2018-07-23 20:41:48 +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 Use &l:equalprg so local options do not override global ones 2018-08-17 10:11:10 +01:00