aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
Commit message (Expand)AuthorAge
* docs: misc, help tags for neovim.io searches #31428Justin M. Keyes2024-12-03
* refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque2024-11-23
* fix(api): only flush nvim__redraw when necessary #31250luukvbaal2024-11-18
* fix(api): update "range" windows in nvim__redraw #31042luukvbaal2024-11-17
* fix(api): validation, documentation of hl_group #31195luukvbaal2024-11-16
* refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque2024-11-16
* fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal2024-11-14
* refactor(highlight): make enum of builtin highlights start with 1bfredl2024-11-13
* Merge pull request #27813 from luukvbaal/msgidbfredl2024-11-11
|\
| * refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* | docs: misc (#30914)dundargoc2024-11-09
|/
* vim-patch:9.1.0824: too many strlen() calls in register.c (#31022)zeertzjq2024-11-01
* docs: render @see, @note items in _meta/api.lua #30494Justin M. Keyes2024-09-25
* fix(paste): only record a paste when it's from RPC (#30491)zeertzjq2024-09-24
* docs: lua error patterns #30240Justin M. Keyes2024-09-24
* feat(paste): unify cancel and error behavior (#30476)zeertzjq2024-09-24
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* docs(api): nvim_get_runtime_file preserves 'runtimepath' order #30454Evgeni Chasnovski2024-09-22
* fix(paste): improve repeating of pasted text (#30438)zeertzjq2024-09-22
* feat(tui): builtin UI (TUI) sets client info #30397Justin M. Keyes2024-09-18
* refactor: rename "process" => "proc" #30387Justin M. Keyes2024-09-15
* fix(multibyte): handle backspace of wide clusters in replace modebfredl2024-09-06
* fix(api): alloc and draw cursor window in nvim__redrawLuuk van Baal2024-07-20
* Merge pull request #29124 from bfredl/inputringbfredl2024-06-02
|\
| * refactor(input): don't use a ring for inputbfredl2024-06-01
* | refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
|/
* build: "popcount" name conflict on NetBSD #28983Malte Dehling2024-05-27
* feat(api): broadcast events to ALL channels #28487Justin M. Keyes2024-05-17
* fix(api): use correct buffer for "range" in nvim__redraw (#28614)luukvbaal2024-05-03
* feat(api): add nvim__redraw for more granular redrawingLuuk van Baal2024-05-02
* docs(api): sort unreleased nvim__ functions last #28580Justin M. Keyes2024-04-30
* fix(api): mark nvim__complete_set as experimental #28579Justin M. Keyes2024-04-30
* fix(treesitter): make tests for memoize more robustbfredl2024-04-29
* refactor(api): deprecate nvim_call_atomic #28433Justin M. Keyes2024-04-22
* vim-patch:8.1.0815: dialog for file changed outside of Vim not tested (#28184)zeertzjq2024-04-05
* fix(api): set script context when using nvim_set_hl (#28123)zeertzjq2024-03-31
* refactor(options): remove `set_string_option_direct()`Famiu Haque2024-03-21
* fix(api): nvim_create_buf assert fails if autocmds set &swapfileSean Dewar2024-03-19
* fix(api): nvim_create_buf leaks memory if buffer is loaded earlySean Dewar2024-03-19
* vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy2024-03-11
* docs: support inline markdownLewis Russell2024-03-09
* refactor(metadata): generate all metadata in luabfredl2024-02-28
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* docs: remove mention of foreground/background/special keys in nvim_set_hl (#2...rktjmp2024-02-21
* refactor(api): make freeing of return-value opt-in instead of opt outbfredl2024-02-21
* refactor(api): reduce temporary allocations when replacing linesbfredl2024-02-20
* refactor(api): use arena for nvim_put and nvim_pastebfredl2024-02-19
* refactor(api): use arena when listing objectsbfredl2024-02-19
* refactor(api): use arena for runtime and client infobfredl2024-02-19
* refactor(api): use arena for metadata; msgpack_rpc_to_object delenda estbfredl2024-02-18