Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-22 | Fix Credo's line-matching pattern (#360) | Jon Parise | |
* Fix Credo's line-matching pattern In d3e7d3d5, the line matching pattern was changed to handle filenames other than `stdin`. Unfortunately, this broke the pattern's ability to reliably extract both line and column numbers because the latter is an optional match and the filename portion was very greedy. This resulted in line numbers being discarded (treated as part of the filename) and column numbers being interpreted as line numbers. This change simplifies the pattern to only anchor on the line's suffix, ignoring the filename portion entirely. Alternatively, we could use vim's `\f` ("file name characters") class, but that could still run into problems when `:`'s naturally appear in the filename. * Add a Vader test case for the Credo handler | |||
2017-02-21 | escape dot in maker regex (#357) | Chris Paul | |
* escape dot in maker regex * Create test_typecheck_handler * Rename test_typecheck_handler to test_typecheck_handler.vader | |||
2017-02-21 | Fix #314 - quickfix should take precedence over loclist for jumping | w0rp | |
2017-02-21 | #314 filter both lists, and add tests to cover the list retrieval | w0rp | |
2017-02-21 | Merge pull request #353 from pauloalem/master | w0rp | |
Add sml support via smlnj | |||
2017-02-21 | Add an extra custom check for using endif instead of end, etc. | w0rp | |
2017-02-21 | Remove a flaky PHP handler | w0rp | |
2017-02-21 | Merge remote-tracking branch 'adriaanzon/php-columns' | w0rp | |
2017-02-21 | Merge pull request #348 from rob-b/add-hdevtools-linter | w0rp | |
Add hdevtools linter for haskell | |||
2017-02-18 | Add sml support via smlnj | paulo alem | |
2017-02-18 | PHP: Make parser work with more error messages | Adriaan Zonnenberg | |
2017-02-18 | PHP: Fix test for column highlighting | Adriaan Zonnenberg | |
2017-02-17 | Add hdevtools linter for haskell | Rob Berry | |
This adds support for the hdevtools haskell linter https://github.com/hdevtools/hdevtools The output for hdevtools is near identical to the ghc output so this also extracts the ghc handler into the handle file and adds tests * Add testing for previous major release of ghc | |||
2017-02-17 | Use a more reliable method for getting an ID for a job | w0rp | |
2017-02-17 | Prevent some stupid exceptions | w0rp | |
2017-02-16 | Modify the issue template to note how to capture the output of commands | w0rp | |
2017-02-16 | #254 Add an option for logging the output of commands | w0rp | |
2017-02-16 | #254 Capture command exit codes in the history | w0rp | |
2017-02-16 | Add an option for completely disabling command history, and add documentation | w0rp | |
2017-02-16 | Refactor history management functions into their own file | w0rp | |
2017-02-16 | Add a missing question mark | w0rp | |
2017-02-16 | Add an FAQ section to address concerns about battery life | w0rp | |
2017-02-16 | Merge pull request #350 from qantik/clang-fix | w0rp | |
Fix clang++ flag typo | |||
2017-02-16 | Fix clang++ flag typo. | Andrea Caforio | |
2017-02-16 | Add hdevtools linter for haskell | Rob Berry | |
This adds support for the hdevtools haskell linter https://github.com/hdevtools/hdevtools The output for hdevtools is near identical to the ghc output so this also extracts the ghc handler into the handle file and adds tests | |||
2017-02-15 | Fix a typo | w0rp | |
2017-02-15 | Fix #319 - Enable only cargo for Rust by default | w0rp | |
2017-02-15 | Support columns on php handler | Adriaan Zonnenberg | |
Also added some tests for different error messages | |||
2017-02-15 | Merge pull request #346 from AlexMasterov/fix/yaml-yamllint-syntax | w0rp | |
Fix 'yamllint' syntax | |||
2017-02-15 | #338 Don't do anything from tags files. | w0rp | |
2017-02-16 | Fix 'yamllint' syntax | Alex Masterov | |
2017-02-15 | Merge pull request #345 from AlexMasterov/feature/yaml-yamllint-options | w0rp | |
Add yamllint option to pass in more options | |||
2017-02-15 | Cover ALEToggle with Vader tests | w0rp | |
2017-02-15 | Create a make target and variable for running specific tests | w0rp | |
2017-02-15 | Merge pull request #343 from vimeitor/master | w0rp | |
Fix spelling | |||
2017-02-15 | Add yamllint option to pass in more options | Alex Masterov | |
2017-02-14 | Add an issue template | w0rp | |
2017-02-14 | #254 Add a command for copying ALEInfo to your clipboard quickly | w0rp | |
2017-02-14 | #254 Add command history to ALEInfo | w0rp | |
2017-02-14 | #338 Try and stop ALE from throwing ALEs when run from a sandbox | w0rp | |
2017-02-14 | Fix spelling | Adrià Farrés | |
2017-02-14 | Merge pull request #342 from Exteris/bugfix/gfortran-6.3.1 | w0rp | |
Update line marker pattern for new gfortran | |||
2017-02-14 | Update line marker pattern for new gfortran | Daan van Vugt | |
Add tests for GCC 4.1.2, 4.9.2 and 6.3.1 | |||
2017-02-14 | #274 Stop airline from doing anything if ALE doesn't load by using a ↵ | w0rp | |
different flag for loading with a very ugly name | |||
2017-02-13 | #274 Don't emit the warning if ALE isn't working for git commits or blank files | w0rp | |
2017-02-13 | #274 - Fix airline integration when ALE is not loaded fully | w0rp | |
2017-02-13 | Output ALE global variables for :ALEInfo | w0rp | |
2017-02-13 | Include most linter variables in ALEInfo | w0rp | |
2017-02-13 | Fix a style issue | w0rp | |
2017-02-13 | Actually catch all Job ID problems | w0rp | |