aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua
Commit message (Expand)AuthorAge
...
* feat(lsp): export diagnostic conversion functions (#30064)Maria José Solano2024-08-27
* fix(treesitter): escape things like `"` in omnifunc resultsRiley Bruins2024-08-27
* fix(lsp): return call hierarchy item, not the index (#30145)Maria José Solano2024-08-26
* fix(lsp): log when receiving markup messages (#30065)Maria José Solano2024-08-26
* fix(lsp): fix isIncomplete condition in completion trigger (#30130)Mathias Fußenegger2024-08-26
* feat(treesitter): add support for wasm parsersLewis Russell2024-08-26
* fix(docs): wrong return value annotation for `nvim_buf_get_extmarks`JonnyKong2024-08-25
* feat(lsp): completion opts support custom item conversion (#30060)glepnir2024-08-22
* fix(lsp): suppress completion request if completion is active (#30028)glepnir2024-08-22
* fix(lsp): update request name to capability map #30098atusy2024-08-20
* docs(lsp): annotate with `vim.lsp.protocol.Methods` enum #29521Ricardo Casía2024-08-20
* fix(vim.text): handle very long strings (#30075)Gregory Anders2024-08-17
* fix(docs): add missing properties to hl_info #30032Maria José Solano2024-08-16
* fix(man): avoid setting v:errmsg (#30052)zeertzjq2024-08-15
* fix(loader): follow the style of the error message for built-in loadersfutsuuu2024-08-13
* fix(lua): ignore stdout and stderr for xdg-openAaron2024-08-12
* test(lsp): refactor and tidyLewis Russell2024-08-11
* feat(term): enable reflow by default (#21124)Christian Clason2024-08-10
* vim-patch:0cc5dce: runtime(doc): clarify directory of Vim's executable vs CWDzeertzjq2024-08-09
* fix(lsp): avoid reusing diagnostics from different servers in actions (#30002)Grzegorz Rozdzialik2024-08-07
* docs(treesitter): generate inline docs for `Range`sYi Ming2024-08-06
* vim-patch:8.2.4838: checking for absolute path is not trivial (#29990)zeertzjq2024-08-06
* vim-patch:9.1.0465: missing filecopy() function (#29989)zeertzjq2024-08-06
* docs(filetype): consolidate comments in dev_vimpatch.txtChristian Clason2024-08-03
* docs(filetype): add note about prefering explicit lists over patternEvgeni Chasnovski2024-08-03
* refactor(filetype): use extension match instead of pattern if possibleEvgeni Chasnovski2024-08-03
* refactor(filetype): use file name match instead of pattern if possibleEvgeni Chasnovski2024-08-03
* fix(lsp): redundant spaces in lsp log (#29970)Jaehwang Jung2024-08-03
* feat(lsp): announce codeLens resolveSupport (#29956)Mathias Fußenegger2024-08-03
* vim-patch:9.1.0655: filetype: goaccess config file not recognizedChristian Clason2024-08-03
* vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq2024-08-02
* fix(lsp): don't send foreign diagnostics to servers in buf.code_action (#29501)Mathias Fußenegger2024-08-01
* fix(watch): exclude .git when using inotifywait (#29914)Manuel2024-08-01
* vim-patch:partial:f10911e: Update runtime files (#29936)zeertzjq2024-08-01
* fix(lsp): prevent desync due to empty buffer (#29904)Jaehwang Jung2024-07-31
* feat(lsp): lsp.completion support set deprecated (#29882)glepnir2024-07-31
* vim-patch:49cdd62: runtime(doc): list of new/changed features in version9.txtzeertzjq2024-07-30
* fix(treesitter): highlight anonymous nodes in inspect_treeRiley Bruins2024-07-29
* feat(treesitter): allow get_node to return anonymous nodesRiley Bruins2024-07-29
* feat(treesitter): add node_for_range functionRiley Bruins2024-07-29
* vim-patch:9.1.0636: filetype: ziggy files are not recognizedChristian Clason2024-07-29
* vim-patch:9.1.0635: filetype: SuperHTML template files not recognizedChristian Clason2024-07-29
* vim-patch:partial:52e7cc2: runtime(doc): tweak documentation style a bit (#29...zeertzjq2024-07-29
* fix(lsp): revert text edit application order change (#29877)Mathias Fußenegger2024-07-27
* fix(version): return nil with empty stringMaria José Solano2024-07-27
* vim-patch:9.1.0616: filetype: Make syntax highlighting off for MS Makefiles (...zeertzjq2024-07-27
* vim-patch:9.1.0612: filetype: deno.lock file not recognizedChristian Clason2024-07-25
* fix(health): fix pyenv root and python exepath detect issueAbao Zhang2024-07-24
* vim-patch:9.1.0610: filetype: OpenGL Shading Language files are not detected ...Gregory Anders2024-07-23
* vim-patch:9.1.0603: filetype: use correct extension for DraculaChristian Clason2024-07-19