aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/vim_spec.lua
Commit message (Expand)AuthorAge
* fix(event-loop): process input before events in getchar() (#32322)zeertzjq2025-02-05
* feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal2025-01-23
* refactor(api): deprecate nvim_notify #31938Justin M. Keyes2025-01-10
* feat(api): add err field to nvim_echo() optsLuuk van Baal2025-01-09
* fix(api): clamp range lines in `nvim__redraw()` (#31710)Artem2024-12-25
* feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2024-12-19
* feat(terminal)!: cursor shape and blink (#31562)Gregory Anders2024-12-17
* fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes2024-12-16
* fix(api): don't try to get/set option for invalid option name (#31302)Famiu Haque2024-11-22
* fix(api): validation, documentation of hl_group #31195luukvbaal2024-11-16
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* fix(paste): only record a paste when it's from RPC (#30491)zeertzjq2024-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
* refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes2024-09-09
* feat(mbyte): support extended grapheme clusters including more emojibfredl2024-08-30
* Merge pull request #29650 from ruuzia/fix_expression_parser_crashbfredl2024-07-21
|\
| * fix: assert failure in VimL expression parserRustum Zia2024-07-17
* | fix(api): alloc and draw cursor window in nvim__redrawLuuk van Baal2024-07-20
|/
* fix(lua)!: do not use typed table for empty dictAmit Singh2024-07-13
* refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl2024-06-27
* feat(column)!: rework 'statuscolumn' %r/l itemsLuuk van Baal2024-06-16
* refactor(tests): use more global highlight definitionsbfredl2024-05-26
* feat(signs)!: place higher-priority signs from the left #27781Tobias Schmitz2024-05-21
* 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
* test: improve test conventionsdundargoc2024-04-23
* test: API can return Lua function to Lua code (#28380)zeertzjq2024-04-17
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix: explain that user should run nvim with -V1 to see more informationdundargoc2024-03-30
* test: use matches(...) instead of ok(string.find(...)) (#28111)zeertzjq2024-03-30
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* 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
* test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* test: more tests for nvim_eval_statusline "fillchar" (#27502)zeertzjq2024-02-17
* fix(api): don't use stl 'fillchar' for "use_statuscol_lnum" (#27501)luukvbaal2024-02-17
* feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)nikolightsaber2024-02-08
* fix(event-loop): process input before events (#27358)zeertzjq2024-02-07
* fix(api): limit depth of nvim_cmd (#27225)zeertzjq2024-01-27
* test: move format_{string,luav} to a separate moduleLewis Russell2024-01-17
* test: big cleanup followupLewis Russell2024-01-17
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12