aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix(diagnostic): preserve fields from LSP diagnostics via user_data (#15735)masterGregory Anders2021-09-21
* fix(lsp): update lsp-handler signature in call_hierarchy (#15738)Mathias Fußenegger2021-09-21
* ci(PVS): PVS/V009: add required header #15751dundargoc2021-09-21
* fix(startup): init.lua: set $MYVIMRC to absolute path #15748Justin M. Keyes2021-09-21
* Merge pull request #15745 from e-kwsm/MakefileJames McCoy2021-09-21
|\
| * build: enhance MakefileEisuke Kawashima2021-09-21
|/
* Merge pull request #15743 from jamessan/libuv-threadsJames McCoy2021-09-20
|\
| * build: add ${CMAKE_THREAD_LIBS_INIT} to LIBUV_LIBRARIESJames McCoy2021-09-20
|/
* fix(diagnostic): clamp line numbers in display layer (#15729)Gregory Anders2021-09-20
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* fix(inccommand): ignore trailing commands only for *previewed* command #15638itchyny2021-09-20
* refactor: format with uncrustify #15726dundargoc2021-09-20
* Merge #15727 build(lint): check scripts/*.luaJustin M. Keyes2021-09-19
|\
| * build(lint): commit linterJustin M. Keyes2021-09-19
| * build(lint): check scripts/*.luaJustin M. Keyes2021-09-19
|/
* refactor(Makefile): use built-in make commands #15708kylo2522021-09-19
* feat(diagnostic): match(), tolist(), fromlist() #15704Gregory Anders2021-09-19
* refactor: format with uncrustify #15722dundargoc2021-09-19
* build(lint): commit linter #15725Justin M. Keyes2021-09-19
* Merge pull request #15630 from zeertzjq/vim-8.2.3424Jan Edmund Lazo2021-09-19
|\
| * vim-patch:8.2.3437: compiler warnings for 32/64 bit usagezeertzjq2021-09-19
| * vim-patch:8.2.3425: warning for using uninitialized variablezeertzjq2021-09-19
| * vim-patch:8.2.3424: a sequence of spaces is hard to see in list modezeertzjq2021-09-19
| * vim-patch:8.2.2640: screenstring() returns non-existing composing characterszeertzjq2021-09-19
| * vim-patch:8.1.1110: composing chars on space wrong when 'listchars' is setzeertzjq2021-09-19
| * vim-patch:8.1.1079: no need for a separate ScreenLinesUtf8() test functionzeertzjq2021-09-19
| * vim-patch:8.1.1078: when 'listchars' is set a composing char on a space is wrongzeertzjq2021-09-19
| * vim-patch:8.1.1071: cannot get composing characters from the screenzeertzjq2021-09-19
* | build(lint): commit linter #15620Justin M. Keyes2021-09-19
* | build(lint): commit linter #15620dundargoc2021-09-19
* | refactor(tests): remove redir_exec #15718Justin M. Keyes2021-09-19
|/
* fix(diagnostic): only update decorations for loaded buffers (#15715)Gregory Anders2021-09-18
* ci(labeler): diagnosticJustin M. Keyes2021-09-18
* feat(lsp): improve vim.lsp.util.apply_text_edits (#15561)hrsh7th2021-09-18
* Merge pull request #15710 from gpanders/show_line_diagnosticsMichael Lingelbach2021-09-18
|\
| * test: add test case for show_line_diagnosticsGregory Anders2021-09-18
| * fix(diagnostic): resolve nil bufnr in show_line_diagnosticsGregory Anders2021-09-18
* | vim-patch:8.2.3394: filler lines are wrong when changing text in diff mode (#...Jaehwang Jerry Jung2021-09-18
* | refactor: format #15702dundargoc2021-09-18
|/
* Merge pull request #15632 from bfredl/rtptestBjörn Linse2021-09-18
|\
| * refactor(runtime): handle pack/foo/start/bar/after dirs properlyBjörn Linse2021-09-18
| * refactor(runtime): always use DIP_START when searching for runtime filesBjörn Linse2021-09-18
|/
* fix(diagnostic): change default severity_sort order Mathias Fußenegger2021-09-18
|\
| * fix(diagnostic): remove check on nil return valueGregory Anders2021-09-17
| * refactor(diagnostic): combine config() and set() callsGregory Anders2021-09-17
| * refactor(diagnostic): group local functions togetherGregory Anders2021-09-17
| * fix(diagnostic): change default severity_sort orderGregory Anders2021-09-17
* | refactor: convert TRUE/FALSE to true/false (#15660)dundargoc2021-09-18
|/
* Merge pull request #15696 from gpanders/diagnostic-sign-fixMichael Lingelbach2021-09-17
|\
| * fix(diagnostic): support severity_sortGregory Anders2021-09-17