aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* docs: regenerate (#16390)github-actions[bot]2021-11-27
* chore: fix typos (#16361)dundargoc2021-11-27
* fix: allow str_utfindex second argument to be an explicit nil (#16448)Michael Lingelbach2021-11-27
* vim-patch:8.2.3679: objc file detected as Octave (#16446)Christian Clason2021-11-26
* vim-patch:8.2.3676: unused runtime file (#16441)Christian Clason2021-11-26
* vim-patch:8.2.3677: after a put the '] mark is on the last byte (#16442)Christian Clason2021-11-26
* fix(lua): fix vim.deepcopy for metatables & cycled tables (#16435)Shadman2021-11-26
* 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
| * test(diagnostic): uncomment equality checkGregory 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(fileio): replace characters over INT_MAX with U+FFFD (#16354)Javier Lopez2021-11-23
* Merge pull request #16402 from clason/treesitter-bumpChristian Clason2021-11-23
|\
| * fix(tests): adapt parser_spec test to tree-sitter bumpChristian Clason2021-11-23
| * build(deps): also bump treesitter-c to v0.20.1Christian Clason2021-11-22
| * build(deps): bump tree-sitter to 0.20.1Christian Clason2021-11-22
* | 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
* | docs(man): omit misleading mention of environment for -u NORC (#16379)Christian Clason2021-11-22
* | vim-patch:88a4205f1cfb (#16399)Christian Clason2021-11-22
|/
* Merge pull request #16341 from zeertzjq/vim-8.2.2518nightlyJan Edmund Lazo2021-11-21
|\
| * vim-patch:8.2.3588: break statement is never reachedzeertzjq2021-11-17
| * vim-patch:8.2.3572: memory leak when closing window and using "multispace"zeertzjq2021-11-17
| * vim-patch:8.2.2520: missing tests for 'listchars'zeertzjq2021-11-17
| * fix(options): using :set fillchars should clear local valuezeertzjq2021-11-17
| * vim-patch:8.2.2518: 'listchars' should be window-localzeertzjq2021-11-17
* | vim-patch:8.2.3627: difficult to know where the text starts in a window (#16377)zeertzjq2021-11-21
* | Merge pull request #16386 from VVKot/vim-8.2.2922Jan Edmund Lazo2021-11-21
|\ \
| * | vim-patch:8.2.3639: line commented out accidentallyVVKot2021-11-21
| * | vim-patch:8.2.2922: computing array length is done in various waysVVKot2021-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.3622: "verbose pwd" shows confusing infozeertzjq2021-11-19
| * | | vim-patch:8.2.3618: getcwd() is unclear about how 'autochdir' is usedzeertzjq2021-11-19
| * | | revert: partially revert #9894zeertzjq2021-11-19
| * | | vim-patch:8.2.3617: ":verbose pwd" does not mention 'autochdir' was appliedzeertzjq2021-11-19
| * | | vim-patch:8.2.3468: problem with :cd when editing file in non-existent directoryzeertzjq2021-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