summaryrefslogtreecommitdiff
path: root/autoload/ale/util.vim
AgeCommit message (Expand)Author
2021-12-17ALEFileRename command added. (#4012)Dalius Dobravolskas
2021-10-07Implement textDocument/didSave includeText optional argument (#3925)Wilson E. Alvarez
2021-03-15#3632 Add ale#util#MapMatchesw0rp
2021-01-273560 add vim 8.2 and nvim 0.4 to ci tests (#3561)Horacio Sanson
2021-01-12Revert "Improves fixer performance for large buffers"Horacio Sanson
2020-09-18Improves fixer performance for large buffersŁukasz Woźniak
2020-08-29#3319 - Try to modify buffers later for ALEFixw0rp
2020-08-27Fix #3319 - Force modifications to buffersw0rp
2020-08-14Merge pull request #3144 from jamescdavis/dont_append_newline_when_noeolw0rp
2020-08-12Close #3274 - Handle basic LSP markdown formattingw0rp
2020-04-30fix: don't append newline when buffer is noeol and nofixeolJames C. Davis
2020-04-17Merge pull request #2823 from jeremija/do-not-save-on-autoimportw0rp
2020-04-15Closes #3019 - Implement default navigationw0rp
2020-03-04Refactor the "s:LoadArgCount()" function (#3025)w0rp
2019-12-29Add old check for bufline apiJerko Steiner
2019-10-22Rename ale#fix#SetBufferContents to ale#util#SetBufferContentsJerko Steiner
2019-09-12Add ALERename (tsserver & LSP), ALEOrganizeImports (tsserver) and auto import...Jerko Steiner
2019-04-26Disable fsync for writefile() calls for performancew0rp
2019-03-07Fix #2330 - Do not use getcurpos() to avoid changing curswantw0rp
2019-02-05Replace `normal` with `normal!`Alvin Chan
2019-02-05Remove the `redraw` since it's implicit with the `zz`Alvin Chan
2019-02-05Center the line within the viewport after a jumpAlvin Chan
2019-02-05Force Vim to `redraw` after `ale#util#Open`Alvin Chan
2018-12-19Add versions of ALEGoToDefinition that open in splitsBen Kraft
2018-11-06Move virtualtext handling to own fileLuan Santos
2018-09-19#1872 Remove extra carriage returns when fixing files on Windowsw0rp
2018-09-04Improve ALE project style checkingw0rp
2018-08-17Use &l:equalprg so local options do not override global onesw0rp
2018-08-07Adjust the jumplist with line numbers too when opening a new fileBradford Larsen
2018-07-25Fix #1758 - Set marks before going to definitionsw0rp
2018-07-25Switch to v:t_ variables for type checksw0rp
2018-07-16Only temporarily replace TMPDIR if it's defined to be an empty stringw0rp
2018-07-15unlet $TMPDIR too, where we canw0rp
2018-07-12Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIRw0rp
2018-07-11Update the sandbox test now that functions can be defined in the sandboxw0rp
2018-07-02#830 Implement a socket wrapper API for use with LSP connectionsw0rp
2018-06-21Close #1590 - Automatically close previews for hoverw0rp
2018-06-21Fix #1661 - Do not use :edit when jumping inside of a filew0rp
2018-06-19Move ClockMilliseconds to events, so fewer files are loaded some timesw0rp
2018-04-24#1428 Show multiline hover messages, and document the new commandw0rp
2018-04-22#1428 Start implementing LSP hover supportw0rp
2018-04-22Implement a preview window for selecting locations to openw0rp
2018-04-10Close #1494 - Prefer displaying higher severity problems for cursor messages,...w0rp
2018-04-08Fix #605 - Support `vcol: 1` for multi-byte character positionsw0rp
2018-01-07Go: Add gotype support (#1099)Jelte Fennema
2017-11-22Fix #988 - Support --fix-dry-run for ESLint by processing the JSON outputw0rp
2017-08-22#653 - Always set loclist or quickfix in a timer callback, which prevents err...w0rp
2017-08-20#653 - Automatically accept annoying loclist and quickfix errors from Vimw0rp
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