summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/vim_spec.lua
AgeCommit message (Expand)AuthorFiles
2024-11-16fix(api): validation, documentation of hl_group #31195luukvbaal1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-09-24fix(paste): only record a paste when it's from RPC (#30491)zeertzjq1
2024-09-24feat(paste): unify cancel and error behavior (#30476)zeertzjq1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-09-22docs(api): nvim_get_runtime_file preserves 'runtimepath' order #30454Evgeni Chasnovski1
2024-09-22fix(paste): improve repeating of pasted text (#30438)zeertzjq1
2024-09-09refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes1
2024-08-30feat(mbyte): support extended grapheme clusters including more emojibfredl1
2024-07-21Merge pull request #29650 from ruuzia/fix_expression_parser_crashbfredl1
2024-07-20fix(api): alloc and draw cursor window in nvim__redrawLuuk van Baal1
2024-07-17fix: assert failure in VimL expression parserRustum Zia1
2024-07-13fix(lua)!: do not use typed table for empty dictAmit Singh1
2024-06-27refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl1
2024-06-16feat(column)!: rework 'statuscolumn' %r/l itemsLuuk van Baal1
2024-05-26refactor(tests): use more global highlight definitionsbfredl1
2024-05-21feat(signs)!: place higher-priority signs from the left #27781Tobias Schmitz1
2024-05-03fix(api): use correct buffer for "range" in nvim__redraw (#28614)luukvbaal1
2024-05-02feat(api): add nvim__redraw for more granular redrawingLuuk van Baal1
2024-04-23test: improve test conventionsdundargoc1
2024-04-17test: API can return Lua function to Lua code (#28380)zeertzjq1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-30fix: explain that user should run nvim with -V1 to see more informationdundargoc1
2024-03-30test: use matches(...) instead of ok(string.find(...)) (#28111)zeertzjq1
2024-03-23refactor(tests): all screen tests should use highlightsbfredl1
2024-03-19fix(api): nvim_create_buf assert fails if autocmds set &swapfileSean Dewar1
2024-03-19fix(api): nvim_create_buf leaks memory if buffer is loaded earlySean Dewar1
2024-03-11test: correct order of arguments to eq() (#27816)zeertzjq1
2024-02-17test: more tests for nvim_eval_statusline "fillchar" (#27502)zeertzjq1
2024-02-17fix(api): don't use stl 'fillchar' for "use_statuscol_lnum" (#27501)luukvbaal1
2024-02-08feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)nikolightsaber1
2024-02-07fix(event-loop): process input before events (#27358)zeertzjq1
2024-01-27fix(api): limit depth of nvim_cmd (#27225)zeertzjq1
2024-01-17test: move format_{string,luav} to a separate moduleLewis Russell1
2024-01-17test: big cleanup followupLewis Russell1
2024-01-16test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2024-01-03build: enable lintlua for test/ dirJustin M. Keyes1
2023-12-14refactor(options): remove option type macrosFamiu Haque1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-12-08test: use termopen() instead of :terminal more (#26462)zeertzjq1
2023-12-07feat(rpc): allow empty string key in msgpack => Vim conversionJustin M. Keyes1
2023-12-01fix(api): use a conditional stack for nvim_cmd (#26341)zeertzjq1
2023-11-11fix(context): don't leak memory on multiple invalid objects (#25979)zeertzjq1
2023-11-11fix(context): don't crash on invalid arg to nvim_get_context (#25977)zeertzjq1
2023-10-30refactor(options)!: unify `set_option` and `set_string_option`Famiu Haque1