aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* docs: misc (#30914)dundargoc2024-11-09
* feat(options)!: disallow setting hidden options #28400Famiu Haque2024-11-04
* refactor(options): remove `get_option_value_strict`Famiu Haque2024-11-02
* vim-patch:9.1.0824: too many strlen() calls in register.c (#31022)zeertzjq2024-11-01
* feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq2024-10-20
* fix(window): making float with title/footer non-float leaks memory (#30551)zeertzjq2024-09-28
* fix(api): fix crash/leak with float title/footer on error (#30543)zeertzjq2024-09-27
* 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): nvim_buf_get_text() crashes with large negative column #28740vanaigr2024-09-03
* feat(startup): validate --listen addressJustin M. Keyes2024-09-02
* feat(mbyte): support extended grapheme clusters including more emojibfredl2024-08-30
* fix(decor): don't use separate DecorSignHighlight for url (#30096)zeertzjq2024-08-20
* fix(api): error properly with invalid field in nvim_open_win (#30078)zeertzjq2024-08-17
* fix(highlight): fix the seg fault caused by the invalid linked hl idsWilliam Wong2024-08-14
* refactor(shada): rework msgpack decoding without msgpack-cbfredl2024-08-05
* fix(api): alloc and draw cursor window in nvim__redrawLuuk van Baal2024-07-20
* fix(ui): avoid ambiguity about last chunk when flushing halfway (#29718)zeertzjq2024-07-15
* refactor(declarations): also generate prototypes for functions in headersbfredl2024-07-13
* refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl2024-06-27
* refactor(typval): don't use msgpack_packer for msgpackdump()bfredl2024-06-24
* docs: misc (#29229)dundargoc2024-06-15
* refactor(shada): use msgpack_sbuffer lessbfredl2024-06-11
* fix(api): allow `scope = 'local'` with `buf` when using `nvim_get_option_value`dundargoc2024-06-10
* feat: get/set namespace properties #28728altermo2024-06-07
* docs: misc (#28837)dundargoc2024-06-07
* fixup: apply the change on more filesJames Tirta Halim2024-06-04
* 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
* Merge pull request #28617 from glepnir/border_hlbfredl2024-05-25
|\
| * fix(float): missing default highlight for titleglepnir2024-05-25
* | feat(api): broadcast events to ALL channels #28487Justin M. Keyes2024-05-17
* | refactor(api): nvim_win_xx_ns are EXPERIMENTALJustin M. Keyes2024-05-12
* | refactor(api): rename nvim_win_remove_nsJustin M. Keyes2024-05-12
* | Merge pull request #28717 from bfredl/rpcmsgbfredl2024-05-12
|\ \ | |/ |/|
| * fix(ui): data corruption in remote_ui_raw_linebfredl2024-05-12
* | fix(api): make getting explicit empty hl in virtual text work (#28697)zeertzjq2024-05-12
|/
* perf(extmarks): better track whether namespace has extmarks (#28615)zeertzjq2024-05-03
* 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