aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Expand)AuthorAge
...
| * | docs: autocmds, miscJustin M. Keyes2023-06-25
| * | fix(docs): vimdoc syntax errorsJustin M. Keyes2023-06-25
| * | feat(extmarks): support hl_mode "combine" for inline virt_text (#24099)zeertzjq2023-06-22
| * | feat(lsp): soft deprecate vim.lsp.for_each_buffer_client (#24104)Mathias Fußenegger2023-06-22
| * | fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
| * | test: spellcheck :help (vimdoc) files #24109Justin M. Keyes2023-06-22
| * | fix(docs): vimdoc syntax errorsJustin M. Keyes2023-06-22
| * | docs: lsp, vim_diffJustin M. Keyes2023-06-22
| * | feat(man): respect 'wrapmargin' when wrapping man pages (#24091)Gregory Anders2023-06-21
| * | docs(lsp): mention ctx.versionJustin M. Keyes2023-06-21
| * | fix(vim.json)!: remove global options, "null", "array_mt" #24070Justin M. Keyes2023-06-21
| * | fix(lsp): always return boolean in lsp.buf_client_attach (#24077)Sooryakiran Ponnath2023-06-20
| * | docs(lsp): LspInlayHint highlight group #24071Chinmay Dalal2023-06-20
| * | feat(lsp): inlay hints #23984Chinmay Dalal2023-06-19
| * | docs #24061Justin M. Keyes2023-06-19
| * | fix(docs): the runtimepath is not the runtime pathbfredl2023-06-19
| * | docs #22363Justin M. Keyes2023-06-19
| * | docs(ex_cmds): migration from "behave xterm" #24024Erich Gubler2023-06-14
| * | vim-patch:9.0.1629: having utf16idx() rounding up is inconvenient (#24019)zeertzjq2023-06-14
| * | docs: various clarifications (#23999)zeertzjq2023-06-12
| * | docs: fix vim.tbl_get type annotations #23992Stanislav Asunkin2023-06-11
| * | docs: semantic token methods in :h lsp-method #23991jdrouhard2023-06-11
| * | vim-patch:f1dcd14fc5d4 (#23986)zeertzjq2023-06-11
| * | vim-patch:10e8ff9b2607 (#23977)Sean Dewar2023-06-11
| * | feat(lsp): add handlers for inlay hints (#23736)Chinmay Dalal2023-06-11
| * | feat(lua): use callable table as iterator in vim.iter (#23957)Mathias Fußenegger2023-06-10
| * | test: more tests for nvim_{set,del}_keymap with abbreviation (#23970)zeertzjq2023-06-10
| * | docs: fix typos (#23917)Jonas Strittmatter2023-06-10
| * | feat(api): support abbreviations in nvim_set_keymapbfredl2023-06-09
| * | vim-patch:9.0.1617: charidx() result is not consistent with byteidx() (#23963)zeertzjq2023-06-09
| * | feat(lsp)!: add vim.lsp.status, client.progress and promote LspProgressUpdate...Mathias Fußenegger2023-06-09
| * | feat(lua): add ringbuffer (#22894)Mathias Fußenegger2023-06-08
| * | feat(lua): add `vim.system()`Lewis Russell2023-06-07
| * | fix(lsp): reduce diagnostics and add more types (#23948)Lewis Russell2023-06-07
| * | refactor(defaults): do not use C specific default values for options (#22500)Gregory Anders2023-06-06
| * | feat(health): fold successful healthchecks #22866Alexandre Teoi2023-06-06
| * | refactor!: rename "playground" => "dev" #23919Justin M. Keyes2023-06-06
| * | fix: version-range < and <= #23539Gianmaria Bajo2023-06-06
| |/
| * fix(lsp): use only utf-16 in default client positionEncodings (#23903)Gregory Anders2023-06-05
| * defaults: shortmess+=C #23907Justin M. Keyes2023-06-05
| * fix(lsp): restore marks after apply_text_edits() #14630Folke Lemaitre2023-06-04
| * fix(events)!: trigger CursorMoved later on switching window (#23711)zeertzjq2023-06-04
| * feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
| * docs: small fixes (#23619)dundargoc2023-06-02
| * feat(:source): source current ft=lua buffer as Lua code (#23802)zeertzjq2023-06-02
| * feat(lsp): include positionEncodings in default client capabilitiesGregory Anders2023-06-01
| * feat(lsp)!: promote LspRequest to a full autocmd and enrich with additional d...jdrouhard2023-05-30
| * feat(lsp): initial support for dynamic capabilities (#23681)Folke Lemaitre2023-05-28
| * test(extmarks): add test for virt_text_hide with 'smoothscroll' (#23791)zeertzjq2023-05-28
| * feat(term): enable reflow by default (#21124)Christian Clason2023-05-24