aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Expand)AuthorAge
...
| * | 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
| * docs: update api.txt and add inline virtual text to news.txttom-anders2023-05-22
| * Merge pull request #23670 from famiu/refactor/deprecate_opt_apibfredl2023-05-21
| |\
| | * refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
| * | docs(luv): update to HEADChristian Clason2023-05-21
| |/
| * feat(fs): expose join_paths as `vim.fs.joinpath` (#23685)Christian Clason2023-05-20
| * fix(treesitter): update c queriesChristian Clason2023-05-15
| * vim-patch:b7398fe41c9e (#23627)Christian Clason2023-05-15
| * docs(if_pyth): make it work with Python 3 instead of Python 2 (#23620)zeertzjq2023-05-14
| * docs: small fixesdundargoc2023-05-13
| * refactor(lsp): mark server_ready function as deprecated (#23520)Raphael2023-05-13
| * vim-patch:9.0.1546: some commands for opening a file don't use 'switchbuf' (#...zeertzjq2023-05-13
| * test(scroll_opt): fix typo in porting oldtest (#23593)luukvbaal2023-05-12
| * feat(treesitter): add support for setting query depthsLewis Russell2023-05-11
| * vim-patch:9.0.1539: typst filetype is not recognized (#23578)Gaétan Lepage2023-05-11
| * docs(lsp): fix `config.cmd` argument for `vim.lsp.start_client` (#23560)hituzi no sippo2023-05-09
| * docs(lsp): fix type of `config.cmd` argument for `vim.lsp.start_client` (#23550)hituzi no sippo2023-05-09
| * docs: add some missing changes from Vim runtime updates (#23533)zeertzjq2023-05-08
| * vim-patch:8.2.3887: E1135 is used for two different errorszeertzjq2023-05-08
| * vim-patch:8.2.1978: making a mapping work in all modes is complicatedzeertzjq2023-05-08
| * feat(lua): add hl priority opts on yank (#23509)marcoSven2023-05-06
| * fix(health): replace healthFoo with DiagnosticFoo (#23475)Christian Clason2023-05-05