summaryrefslogtreecommitdiff
path: root/autoload/ale/path.vim
AgeCommit message (Expand)Author
2021-05-26Enable gopls by default with GOPATH detectionw0rp
2021-03-15Fix ale#path#Dirname on Windowsw0rp
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2020-08-28#3325 - ale#path#BufferCdString now generates %s:hw0rp
2020-08-27Fix C flag parsing and tests on Windowsw0rp
2020-08-23Close #2556 - Support filename mappingw0rp
2019-08-28doc: Fix typosJeffrey Lau
2019-06-05Fix #2525 - Convert Windows paths in a Unix environmentw0rp
2019-03-13#2357 Handle Windows paths where the drive letter colon is encodedw0rp
2019-03-13Handle pipes in Windows drive letters for URIsw0rp
2019-02-21Fix #2300 - Handle more URIs per RFC 3986w0rp
2018-10-22fix indentpaihu
2018-10-22fix CdString for MS Windowspaihu
2018-07-29Add support for parsing compile_commands.json files for C compilersw0rp
2018-07-12Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIRw0rp
2018-03-18#1431 Normalize paths when checking for temporary paths on Windowsw0rp
2017-12-19Fix the mscs tests on Windows, and use the improved Simplify for all tests in...v1.7.0w0rp
2017-12-18Fix #1210 - Fix a Windows path issue which broke TSLintw0rp
2017-11-30Escape the filename for finddirw0rp
2017-11-30fnameescape when searching nearest fileLukas Galke
2017-11-20#1149 Fix conversion from URIs to filenames on Windowsw0rp
2017-10-01Get the mcsc handler tests to pass on Windowsw0rp
2017-09-14Make temporary file detection work on just about all platformsw0rp
2017-09-09Fix some path issues, and get lsp dir tests passing on Windowsw0rp
2017-08-20#653 Update tslint to set the filename key for problems in other filesw0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-07-26#517 Add more code LSP support which makes the tssserver linter behave more l...w0rp
2017-07-09Correctly resolve temp files on macOSJacob Zimmerman
2017-07-05Correct a commentw0rp
2017-07-05#729 - Use a wrapper for simplify to fix // problems on Windowsw0rp
2017-06-25Fix #690 - Filter out errors from other files for Haskellw0rp
2017-06-25Fix #684 - Use the JSON format for tslint, for consistency betwen versions, a...w0rp
2017-06-22Fix #676 - Fix handling of Perl errorsw0rp
2017-06-06#482 - Fix Flow handling with relative pathsw0rp
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-05-05Add a has() wrapper we can override for tests, and add a function for generat...w0rp
2017-04-29Cover the new path functions with some testsw0rp
2017-04-29Fix #518 Fix handling of spaces in filenames for various lintersw0rp
2017-04-17Move path functions to their own filew0rp