aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* fix(lsp): send textDocument/didChange for each buffer (#16431)Michael Lingelbach2021-11-26
* fix(lsp): require bufnr for apply_text_edits (#16444)Michael Lingelbach2021-11-26
* chore(docs): clarify vim.notify log_level parameter (#16436)Mathias Fußenegger2021-11-25
* feat(diagnostic)!: make DiagnosticChanged a first class autocmd (#16098)Gregory Anders2021-11-25
* feat(lsp): use uv_spawn to check if server executable (#16430)Michael Lingelbach2021-11-25
* Merge pull request #16434 from gpanders/diagnostic-clampageMichael Lingelbach2021-11-25
|\
| * fix(diagnostic): don't clamp line numbers in setqflistGregory Anders2021-11-24
| * fix(diagnostic): get line count per buffer when clampingGregory Anders2021-11-24
* | fix(diagnostic): do not focus floats in goto functions (#16433)Gregory Anders2021-11-24
|/
* perf(lsp)!: use faster line retrieval for utf-16 to byte idx conversion (#16360)Mathias Fußenegger2021-11-24
* fix(ui): use nowait for q mapping in floating window (#16427)ii142021-11-24
* fix(diagnostic): resolve buffer number in get() (#16407)Gregory Anders2021-11-22
* fix(diagnostics): don't allow 0 bufnr for metatable index (#16405)Gregory Anders2021-11-22
* fix(lsp): avoid indexing vim.NIL for null workspaceFolders (#16404)Michael Lingelbach2021-11-22
* vim-patch:88a4205f1cfb (#16399)Christian Clason2021-11-22
* vim-patch:8.2.3627: difficult to know where the text starts in a window (#16377)zeertzjq2021-11-21
* fix(diagnostic): remove invalid buffers from cache (#16397)smolck2021-11-21
* Merge pull request #16362 from zeertzjq/vim-8.2.3617Jan Edmund Lazo2021-11-21
|\
| * vim-patch:8.2.3618: getcwd() is unclear about how 'autochdir' is usedzeertzjq2021-11-19
* | Merge pull request #16370 from gpanders/diagnostic-column-clampGregory Anders2021-11-21
|\ \
| * | fix(diagnostic): clamp line numbers in setqflist and setloclistGregory Anders2021-11-19
| * | fix(diagnostic): fix navigation with diagnostics placed past end of lineGregory Anders2021-11-19
| * | fix(diagnostic): deepcopy diagnostics before clamping line numbersGregory Anders2021-11-19
* | | fix(lsp): send buffer contents joined on fileformat-specific linebreak (#16334)Dmytro Meleshko2021-11-21
* | | chore(lsp): clean up initialization process (#16369)Michael Lingelbach2021-11-21
|/ /
* / docs: regeneratemarvim2021-11-18
|/
* fix(lsp): improve incremental sync robustness (#16358)Michael Lingelbach2021-11-18
* fix(uri): use valid EmmyLua annotations (#16359)Mathias Fußenegger2021-11-18
* fix(diagnostic): don't use nil col if missing from qflist (#16357)Gregory Anders2021-11-18
* docs: mark tagfunc.lua methods as privateGregory Anders2021-11-18
* feat(lsp): add tagfunc (#16103)Michael Lingelbach2021-11-18
* vim-patch:8.2.3591: no event is triggered when closing a window (#16306)zeertzjq2021-11-17
* vim-patch:8.2.3522: cannot use \x and \u when setting 'listchars' (#16049)zeertzjq2021-11-17
* fix(lsp): change signature of buf_highlight_references (#16345)Michael Lingelbach2021-11-17
* vim-patch:519cc559b08b (#16340)Christian Clason2021-11-17
* vim-patch:8.2.3604: not all sudoers files are recognized (#16338)Christian Clason2021-11-16
* vim-patch:8.2.3603: fish filetype not recognized (#16337)Christian Clason2021-11-16
* Merge pull request #16328 from gpanders/diagnostic-prefix-hiGregory Anders2021-11-16
|\
| * refactor(diagnostic)!: rename 'show_header' to 'header'Gregory Anders2021-11-15
| * feat(diagnostic): allow 'prefix' option to return highlightGregory Anders2021-11-15
* | refactor(diagnostic): make bufnr arguments consistent (#16323)Gregory Anders2021-11-16
* | vim-patch:8.2.3600: filetype test failsChristian Clason2021-11-16
* | vim-patch:8.2.3599: not all gdbinit files are recognizedChristian Clason2021-11-16
* | vim-patch:8.2.3598: RouterOS filetype is not recognizedChristian Clason2021-11-15
* | fix(lsp): fix edge cases in incremental sync (#16308)Michael Lingelbach2021-11-15
|/
* Merge pull request #16047 from mcepl/vim-8.2.3520Jan Edmund Lazo2021-11-14
|\
| * vim-patch:8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scopeMatěj Cepl2021-11-06
| * vim-patch:8.2.3520: cannot define a function for thesaurus completionMatěj Cepl2021-10-23
* | feat(diagnostic): add 'prefix' option to open_float (#16321)Gregory Anders2021-11-14
* | fix(lsp): ensure buffers are re-attached on rename (#16266)Mathias Fußenegger2021-11-14