summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Collapse)Author
2017-09-09Fix some path issues, and get lsp dir tests passing on Windowsw0rp
2017-09-08Fix #912 - Close lists automatically when g:ale_open_list is set to ↵w0rp
'on_save' again
2017-09-06Add 'prettier' fixer support to TypeScript, CSS, SCSS and JSON (#910)Peter Renström
* Add prettier fixer support for typescript * Add prettier fixer support for css and scss * Add prettier fixer support for json * Use getbufvar() to get &filetype
2017-09-04Fix #907 - Stop LSP integration breaking with empty string keys in NeoVimw0rp
2017-09-03#894 - Replace ugly temporary filenames for Haskell problems with the ↵w0rp
buffer's basename
2017-09-03Detect and use CM files for smlnj (#884)Jake Zimmerman
* Detect and use CM files for smlnj * Split into two checkers - one for CM projects - one for single SML files * Fix some typos * Fix error caught by writing tests We want to actually use `glob` to search in paths upwards from us. (Previously we were just searching in the current directory every time!) * Fix errors from former test run * Write tests for GetCmFile and GetExecutableSmlnj * Typo in 'smlnj/' fixture filenames
2017-09-03Fix #899 - Make the quickfix and loclist windows close againw0rp
2017-09-03Fix #891 - Do not check ctrlp-funky windowsw0rp
2017-09-02#505 - Do not lint files on enter if the option for linting when the ↵w0rp
filetype changed is on
2017-08-31Log commands that are run for ALEFix for ALEInfow0rp
2017-08-31Fix #895 - Run Node.js scripts with node.exe instead of node on Windowsw0rp
2017-08-30Cover the prettier-eslint changes with tests, and fix some problemsw0rp
2017-08-30Add prettier-eslint legacy optionPavel Pertsev
2017-08-30Passthrough eslint config to prettier-eslintPavel Pertsev
2017-08-30Fix #888 - Disable pycodestyle by defaultw0rp
2017-08-29Add a missing scriptencoding linew0rp
2017-08-29Add support for prettier configuration file. (#886)aliou
* Add support for prettier configuration file. As of version 1.6.0, prettier allows passing a `--config` argument with a path to a configuration file. * Add test prettier configuration file. * Add option to use local prettier configuration. * Add description for new prettier option. * Also check if the config is present before using it.
2017-08-29Add prettier_d fixer pathPavel Pertsev
2017-08-28#869 - Detect the shell dialect from the hashbang for shellcheckw0rp
2017-08-28Handle jobstart() returning -1 in the NeoVim 0.2.0, just in casev1.5.0w0rp
2017-08-26Fix #825 - Downgrade signs when problems changew0rp
2017-08-25Fix #876 - Save history in a separate buffer variable so history works when ↵w0rp
linting is disabled
2017-08-24Add clang-format fixer for C/C++ (#873)Peter Renström
* Add clang-format fixer for C/C++ * Document clang-format options * Refer ale-cpp-clangformat to ale-c-clangformat
2017-08-23Include executable checks in ALEInfow0rp
2017-08-22#653 Set loclists better when taking data from previous buffersw0rp
2017-08-22Suppress warning about .eslintignore'd file (#836)Eric Stern
* Suppress warning about .eslintignore'd file * Fix slightly ironic lint error * Lock error suppression behind a variable; add docs and tests
2017-08-22#653 - Always set loclist or quickfix in a timer callback, which prevents ↵w0rp
errors E924, E925, and E926
2017-08-20#653 - Jump to the position which Vim does not jump to for moving from ↵w0rp
quickfix/loclist items to other buffers
2017-08-20Merge pull request #862 from notomo/add-phpcbf-fixerw0rp
add phpcbf fixer
2017-08-20#653 - Automatically accept annoying loclist and quickfix errors from Vimw0rp
2017-08-20add phpcbf fixertmn-o3
2017-08-20#653 Update tslint to set the filename key for problems in other filesw0rp
2017-08-19#653 Treat temporary filenames as being for the current bufferw0rp
2017-08-19#653 Set problems from other buffers when buffers are first checkedw0rp
2017-08-19#653 Collect items for quickfix from all buffers, and de-duplicate them. Set ↵w0rp
filename items in quickfix and loclist.
2017-08-18Increase the default maximum completion suggestions to a more useful but ↵w0rp
safe level, and filter before requesting details, which is faster
2017-08-18Change the completeopt setting just before showing suggestions too, which ↵w0rp
works better
2017-08-17Automatically adjust the completion options when using completion while you typew0rp
2017-08-16Cover completion with more testsw0rp
2017-08-14Set up one BufEnter event used for everything, and add tests for linting ↵w0rp
when the filetype changes
2017-08-14Fix a bug where the sign column was not closed some of the time, etc.w0rp
2017-08-13#653 - Filter items based on the buffer number for signsw0rp
2017-08-13#653 Filter items based on the buffer number for problem countsw0rp
2017-08-13Simplify the loclist jumping code a littlew0rp
2017-08-13#653 - Filter out other buffers for loclist jumpingw0rp
2017-08-13Fix bug with ALEPrevious for blank lines.ilex
ALEPrevious (as well as ALEPreviousWrap) does not work if there is an error in empty line like 'W391: blank line at end of file' in python.
2017-08-12#653 - Fix loclist jumping so it works with buffer numbersw0rp
2017-08-12#653 - Include the buffer number in sorting of itemsw0rp
2017-08-12#653 - Update the loclist binary search to work with buffer numbers, to ↵w0rp
filter out items for other buffers
2017-08-12#468 - Do not try to echo things for a while if something goes wrongw0rp