aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/api.txt
Commit message (Expand)AuthorAge
* docs: fix misparsed headings (#24162)Christian Clason2023-06-26
* fix(docs): too much whitespace around <pre> blocks #24151Justin M. Keyes2023-06-25
* docs: autocmds, miscJustin M. Keyes2023-06-25
* feat(extmarks): support hl_mode "combine" for inline virt_text (#24099)zeertzjq2023-06-22
* test: spellcheck :help (vimdoc) files #24109Justin M. Keyes2023-06-22
* docs #24061Justin M. Keyes2023-06-19
* fix(docs): the runtimepath is not the runtime pathbfredl2023-06-19
* docs #22363Justin M. Keyes2023-06-19
* docs: various clarifications (#23999)zeertzjq2023-06-12
* test: more tests for nvim_{set,del}_keymap with abbreviation (#23970)zeertzjq2023-06-10
* feat(api): support abbreviations in nvim_set_keymapbfredl2023-06-09
* docs: small fixes (#23619)dundargoc2023-06-02
* test(extmarks): add test for virt_text_hide with 'smoothscroll' (#23791)zeertzjq2023-05-28
* docs: update api.txt and add inline virtual text to news.txttom-anders2023-05-22
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* docs: small fixesdundargoc2023-05-13
* test(scroll_opt): fix typo in porting oldtest (#23593)luukvbaal2023-05-12
* docs: fix erroneous nvim_buf_set_extmark example (#23404)luukvbaal2023-04-30
* docs(api): document nvim_buf_add_highlight vs nvim_buf_set_extmark (#23310)JP2023-04-30
* fix: disallow removing extmarks in on_lines callbacks (#23219)Lewis Russell2023-04-27
* Merge pull request #22865 from MunifTanjim/issue-20370bfredl2023-04-10
|\
| * fix(api): do not re-apply win_config.style when missingMunif Tanjim2023-04-10
* | feat(api): set statuscolumn line number in nvim_eval_statusline()Luuk van Baal2023-04-07
* | refactor: rename local API alias from a to apiLewis Russell2023-04-05
* | feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal2023-04-05
|/
* Merge pull request #22778 from luukvbaal/getextbfredl2023-04-02
|\
| * feat(extmarks): extend nvim_buf_get_extmarks()Luuk van Baal2023-04-01
* | fix(api): return both link and attributes with nvim_get_hl (#22824)Sindre T. Strøm2023-03-31
* | fix(api): Use local LastSet structure in nvim_get_option_info (#22741)Michal Liszcz2023-03-29
|/
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* feat(api): add nvim_get_hl (#22693)Null Chilly2023-03-23
* feat: add `vim.filetype.get_option()`Lewis Russell2023-03-20
* feat(api): add filetype option nvim_get_option_valueLewis Russell2023-03-20
* docs(api): link to nvim_set_hl_ns from nvim_set_hl (#22678)ii142023-03-16
* docs(html): render @see items as a list #22675Justin M. Keyes2023-03-15
* docs: add missing highlight groups for floatsEvgeni Chasnovski2023-03-09
* fix(buffer_updates): save and restore current window cursor (#16732)zeertzjq2023-03-09
* docs: naming conventions, guidelinesJustin M. Keyes2023-02-22
* docs: fix typos (#22353)zeertzjq2023-02-22
* docs(api): tweak data arg for nvim_create_autocmd (#22008)Lewis Russell2023-01-27
* docs: builtin TUI is no longer channel 0 (#21794)zeertzjq2023-01-15
* feat(float): open float relative to mouse #21531Sebastian Lyng Johansen2023-01-10
* fix(ui): set stc to empty in floatwin with minimal style (#21720)Raphael2023-01-10
* docs: fix typos (#21427)dundargoc2023-01-04
* docs(api): fix treesitter parsing errorsChristian Clason2023-01-01
* fix(tui): more work in the TUIbfredl2022-12-31
* refactor(tui): use nvim_echo() for verbose terminfobfredl2022-12-20
* feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre2022-12-17
* docs: add links to extmarks and namespaces (#21378)ii142022-12-12
* docs #20986Justin M. Keyes2022-12-11