Commit Graph

  • 3c5156d4a4 Simplify job cleanup code w0rp 2017-06-06 16:44:01 +0100
  • a0e0408ecc Complain about incorrect uses of expand('%...') w0rp 2017-06-06 10:22:52 +0100
  • d41f15bcbc #620 Check the Nim files on disk instead w0rp 2017-06-06 09:55:19 +0100
  • fcc17dffbe Fix a test w0rp 2017-06-06 09:54:17 +0100
  • 02ac28dbe6 Fix #624 - Ask for the Vint version in the background w0rp 2017-06-06 09:47:08 +0100
  • f6109d2e4e Merge pull request #622 from blueyed/fix-typo w0rp 2017-06-05 16:35:27 +0100
  • 3be60bf034 doc: fix typo: s/the the/to the/ Daniel Hahler 2017-06-05 17:06:48 +0200
  • 1a62e95733 Do not check files on insert leave w0rp 2017-06-05 13:55:18 +0100
  • dcbab18a35 Stop errors being generated when jobs are removed from the Dictionary before callbacks fire w0rp 2017-06-05 13:30:40 +0100
  • 33b0852c84 Add :ALEFirst and :ALELast commands (#616) Drew Neil 2017-06-03 12:45:52 +0100
  • fcb5718712 Document that prettier and prettier-eslint are supported w0rp 2017-06-03 12:31:27 +0100
  • 2c89a4c98a Add ktlint support (without formatting) for kotlin filetype (#610) Francis Agyapong 2017-06-02 12:41:46 -0600
  • 76b5c9283d #574 Do not restore items with no columns for highlights from hidden buffers v1.3.1 w0rp 2017-06-02 19:02:48 +0100
  • 7c68889bbc #574 Do not restore items with no columns for highlights from hidden buffers w0rp 2017-06-02 19:02:48 +0100
  • 955452816a Merge pull request #614 from epilande/master w0rp 2017-06-02 18:54:31 +0100
  • 8c5a7fb2ca Merge pull request #615 from w0rp/adriaanzon-patch-1 w0rp 2017-06-02 18:40:37 +0100
  • 2b9e320370 Suggest :ALELint instead of ale#Lint() Adriaan Zonnenberg 2017-06-02 16:08:54 +0200
  • e4649b50d6 ✏️ Fix link to stylelint styled-components Emmanuel Pilande 2017-06-02 04:54:38 -0700
  • fbd76fb63d Document the <Plug>(ale_fix) mapping w0rp 2017-06-01 21:13:05 +0100
  • 0d3d5657ff #607 - Update the documentation for ale-fix to suggest an assignment which will work in vimrc w0rp 2017-06-01 21:08:43 +0100
  • d5ae9b50ea Fix #499 Set an explicit height for the quickfix list, and make the height configurable w0rp 2017-06-01 10:39:21 +0100
  • 81f27a99c8 Set qflist/loclist window title properly ... (#588) cs86661 2017-06-01 05:55:23 +0800
  • 735a6a2a88 Fix #537 - Add support for balloons w0rp 2017-05-31 22:04:33 +0100
  • 5e4c302b5b Fix #557 - Detect C project roots and include root directories with headers, or include directories w0rp 2017-05-31 20:01:40 +0100
  • 88948e0ee3 Include span label in rust lints (#601) Jon Gjengset 2017-05-31 13:16:49 -0400
  • 42efd51723 Fix #596 - Report exceptions thrown by flake8 w0rp 2017-05-31 15:19:58 +0100
  • 5eb80f03a2 Include location list end column for rust lint (#602) Jon Gjengset 2017-05-31 08:17:04 -0400
  • ab50b3a88a Fix #604 - Support highlights spanning many lines w0rp 2017-05-31 13:14:39 +0100
  • 676a4049b3 #604 Add a function for creating positions needed for supporting highlights across many lines w0rp 2017-05-31 11:20:57 +0100
  • fd49f7df90 #604 Change match_id to match_id_list, for future highlights spanning more than 8 lines w0rp 2017-05-31 10:27:29 +0100
  • e72dc1acd5 Merge pull request #603 from craftgear/feature-make-prettier-option-enable w0rp 2017-05-31 10:02:08 +0100
  • a90cf62995 Run the temporary file management test synchronously, so it will fail less w0rp 2017-05-31 10:01:41 +0100
  • 5d32366616 make prettier options enabled Shunsuke Watanabe 2017-05-31 11:48:20 +0900
  • 6fe8105a0e Merge pull request #600 from oalders/oalders-perl-warnings w0rp 2017-05-30 22:30:37 +0100
  • b9f4b0373a #591 Store buffer variables when fixing filess, and read them back in ale#Var w0rp 2017-05-30 22:15:24 +0100
  • 6ec965c8e4 #591 Support fixing files on save w0rp 2017-05-30 21:32:51 +0100
  • fa02b1d259 Remove -X flag from perl defaults. Olaf Alders 2017-05-30 16:07:21 -0400
  • bc317a7be5 Merge pull request #595 from daenney/go-default-linters w0rp 2017-05-30 14:56:59 +0100
  • bfad5c9dc4 go: Remove staticcheck and go build defaults Daniele Sluijters 2017-05-30 14:39:22 +0200
  • 7a89d0c97e Refactor ALEFix code for work on events and tests to come w0rp 2017-05-30 11:06:02 +0100
  • 9b6d6344b2 Merge pull request #589 from bardzusny/ember-template-lint-handler-parsing-error w0rp 2017-05-30 09:45:20 +0100
  • 50fc4b5521 Merge pull request #589 from bardzusny/ember-template-lint-handler-parsing-error w0rp 2017-05-30 09:45:20 +0100
  • 7ed343965c Ember-template-lint handler: properly handle template parsing errors. Adrian Zalewski 2017-05-28 21:19:47 +0200
  • 945ed7d4e7 Add untested code for searching for C and C++ headers in basic projects w0rp 2017-05-28 11:05:14 +0100
  • 505b591b22 Merge pull request #585 from gavocanov/master w0rp 2017-05-28 10:37:36 +0100
  • dc775f236c Revert "Fix #501 - Do not run javac when it is just a stub asking you to install Java on Mac OSX" w0rp 2017-05-28 00:52:04 +0100
  • c17346d402 Fix ALEInfo and some test issues w0rp 2017-05-27 23:51:27 +0100
  • aca5a00fb7 Fix #500 - Support defining aliases for linter names w0rp 2017-05-27 21:27:42 +0100
  • 8e997ac231 Fix #584 - Fix Neovim line handling issues w0rp 2017-05-27 19:23:13 +0100
  • 5825a65627 Merge branch 'add-fixer/prettier' w0rp 2017-05-27 18:31:58 +0100
  • 62dae1cc6b Support both prettier and prettier-eslint w0rp 2017-05-27 18:31:52 +0100
  • 8e8113ff6f feat(fixer): add Prettier fixer (using Prettier-ESLint CLI) + docs tunnckoCore 2017-05-22 01:03:33 +0300
  • c4f22186bd Refactor running of local Node programs with a helper function w0rp 2017-05-27 17:11:03 +0100
  • f71c60ede3 kotlin linter support for maven/pom.xml Paolo Gavocanov 2017-05-27 16:23:16 +0200
  • b934dc52b6 Fix file name checking in rust handler (#581) Agata Naomichi 2017-05-27 08:35:57 +0900
  • 00d3141962 Fix #577 Add an option preventing linting of large files w0rp 2017-05-26 21:21:15 +0100
  • 28a62aab28 Fix #316 - Add tests to check the code used for autocmd events. The functions are already tested elsewhere w0rp 2017-05-26 17:36:21 +0100
  • 9460e58c3b Fix #371 Allow ALE to be disabled in different buffers w0rp 2017-05-26 16:20:17 +0100
  • c77cf0e518 #371 Allow buffer variables to be set based on patterns w0rp 2017-05-26 15:59:43 +0100
  • 7fe1119cf1 #576 Run the eslint.js file created by React with node on Windows w0rp 2017-05-26 10:02:48 +0100
  • c89587785b Fix #549 - escape strings more appropriately for use with cmd /c w0rp 2017-05-26 00:06:16 +0100
  • fb07971290 Remove a test file which is no longer used w0rp 2017-05-25 23:05:03 +0100
  • 3840cebbc4 Automatically use eslint_d for eslint, when available w0rp 2017-05-25 22:34:59 +0100
  • c31cd12bdd Simplify the sandbox check, to save on execution time w0rp 2017-05-25 17:23:16 +0100
  • 6f76a840f0 Merge pull request #579 from alphastorm/master w0rp 2017-05-25 13:40:56 +0100
  • e94aea9144 Merge pull request #578 from nOkuda/master w0rp 2017-05-25 13:36:44 +0100
  • 6b1f0c5d1f Merge pull request #578 from nOkuda/master w0rp 2017-05-25 13:36:44 +0100
  • aabddea6dd Fix the Count example in the README w0rp 2017-05-25 13:33:29 +0100
  • 5ee2ada8e9 Mention the Count argument in the documentation w0rp 2017-05-25 13:32:46 +0100
  • da8fd647bf Fix minor typo in the g:ale_lint_on_insert_leave docs Sunil Srivatsa 2017-05-25 01:47:59 -0700
  • 43098171ac Translate pylint output column to 1-based index Nozomu Okuda 2017-05-24 21:40:06 -0600
  • ed8f79987d #323 Document how to output ALE statuses w0rp 2017-05-24 10:38:20 +0100
  • 92ade713f2 #323 Document ale#statusline#Count() instead, and encourage its use w0rp 2017-05-24 10:23:13 +0100
  • 58880f33be #572 Handle cleared SignColumn highlights too w0rp 2017-05-23 17:25:13 +0100
  • 1e72a7a130 Add a fixer for Python for automatically adding blank lines before control statements w0rp 2017-05-22 12:59:40 +0100
  • 4526018344 Remove the test for highlight linking, because it just cannot be tested w0rp 2017-05-22 10:01:41 +0100
  • 2e442a2cab Fix initialization of the use_global variable for eslint w0rp 2017-05-22 09:38:33 +0100
  • 71bf2bfb94 Fix #572 - Link to whatever SignColumn links to for ALESignColumnWithoutErrors w0rp 2017-05-22 09:34:25 +0100
  • c8ce15d9f1 Fix a minor typo w0rp 2017-05-21 22:46:22 +0100
  • b67c103d06 #309 Add an option for changing the sign column color when problems are detected w0rp 2017-05-21 22:42:27 +0100
  • 3a289dab6b #318 Do not capitalize the first character for cursor messages w0rp 2017-05-21 19:51:34 +0100
  • 23ee0d0992 #149 - Set different highlights for info, style error, and style warning problems w0rp 2017-05-21 19:22:48 +0100
  • 57ad32f986 Fix counting of warnings and style warnings w0rp 2017-05-21 18:58:26 +0100
  • d511b02ebe Make the job handling code handle the scripts being reloaded better w0rp 2017-05-21 16:16:06 +0100
  • ab44d05508 #149 - Support info and style problem types for status lines w0rp 2017-05-21 15:37:45 +0100
  • 3532257a1a Detect more eslint configuration files for fixing errors w0rp 2017-05-20 23:41:54 +0100
  • f92bbab8cf #149 - Support Info, style error, and style warning types for problems for signs w0rp 2017-05-20 23:32:41 +0100
  • bf8bf06681 Merge branch 'error-fixing' w0rp 2017-05-20 19:02:56 +0100
  • 74d879952c Document ALEFix w0rp 2017-05-20 19:01:12 +0100
  • 3530180a73 Suggest functions for fixing issues for ALEFix w0rp 2017-05-20 18:56:44 +0100
  • 59d9f5d458 Allow b:ale_fixers to be used w0rp 2017-05-20 16:00:05 +0100
  • ad52b9630d Fix Funcref fixers for NeoVim w0rp 2017-05-20 15:52:42 +0100
  • ed097cfcbd Allow funcref values and lambdas for ALEFix w0rp 2017-05-19 15:44:52 +0100
  • e80389f8d4 Add some more tools for fixing problems with Python files w0rp 2017-05-19 15:24:41 +0100
  • 74691269ce Run a lint cycle after fixing problems w0rp 2017-05-19 15:24:21 +0100
  • 18467a55b5 Don't modify files when fixing doesn't change anything. w0rp 2017-05-19 15:23:00 +0100
  • e6b132c915 Fix an off-by-one bug in ALEFix w0rp 2017-05-19 09:53:28 +0100
  • 4214832ae2 Remove the code for checking if functions exist. It breaks autoload functions w0rp 2017-05-19 09:49:00 +0100
  • 1f4d1800e0 Allow function aliases to be registered for fixing problems, and add some more argument checking for fixing problems w0rp 2017-05-18 23:50:06 +0100
  • ea1627f5ce Start experimenting with generic functions for fixing problems w0rp 2017-05-18 17:50:39 +0100