.. |
fix
|
Add elm-format as a new fixer (#916)
|
2017-09-09 21:30:20 +01:00 |
fixers
|
There seems to be a bug in eslint that causes the --config option to
|
2017-09-24 13:57:18 -04:00 |
gradle
|
Kotlin and general Gradle support. (#745)
|
2017-07-10 23:03:36 +01:00 |
handlers
|
Use the same function for finding the ESLint config for eslint --fix and prettier-eslint
|
2017-09-12 09:20:31 +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
|
#653 - Automatically accept annoying loclist and quickfix errors from Vim
|
2017-08-20 13:27: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
|
Fix #876 - Save history in a separate buffer variable so history works when linting is disabled
|
2017-08-25 22:22:26 +01:00 |
engine.vim
|
Make temporary file detection work on just about all platforms
|
2017-09-14 00:11:17 +01:00 |
events.vim
|
#505 - Do not lint files on enter if the option for linting when the filetype changed is on
|
2017-09-02 16:57:01 +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
|
Log commands that are run for ALEFix for ALEInfo
|
2017-08-31 16:46:40 +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
|
Fix #876 - Save history in a separate buffer variable so history works when linting is disabled
|
2017-08-25 22:22:26 +01:00 |
job.vim
|
Handle jobstart() returning -1 in the NeoVim 0.2.0, just in case
|
2017-08-28 15:25:18 +01:00 |
linter.vim
|
Fix #888 - Disable pycodestyle by default
|
2017-08-30 09:13:49 +01:00 |
list.vim
|
Fix #920 - Shut up about E776
|
2017-09-10 20:13:35 +01:00 |
loclist_jumping.vim
|
Simplify the loclist jumping code a little
|
2017-08-13 13:06:22 +01:00 |
lsp.vim
|
Fix #907 - Stop LSP integration breaking with empty string keys in NeoVim
|
2017-09-04 00:15:13 +01:00 |
node.vim
|
Fix #895 - Run Node.js scripts with node.exe instead of node on Windows
|
2017-08-31 13:12:24 +01:00 |
path.vim
|
Make temporary file detection work on just about all platforms
|
2017-09-14 00:11:17 +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
|
Fix #924 - Make changing the sign column color work again
|
2017-09-12 21:17:54 +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 getcwd() from the codebase, as it causes problems
|
2017-09-12 09:36:16 +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 - Always set loclist or quickfix in a timer callback, which prevents errors E924, E925, and E926
|
2017-08-22 21:19:36 +01:00 |