aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/vim_spec.lua
Commit message (Expand)AuthorAge
* 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
* build: enable lintlua for test/ dirJustin M. Keyes2024-01-03
* refactor(options): remove option type macrosFamiu Haque2023-12-14
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* test: use termopen() instead of :terminal more (#26462)zeertzjq2023-12-08
* feat(rpc): allow empty string key in msgpack => Vim conversionJustin M. Keyes2023-12-07
* fix(api): use a conditional stack for nvim_cmd (#26341)zeertzjq2023-12-01
* fix(context): don't leak memory on multiple invalid objects (#25979)zeertzjq2023-11-11
* fix(context): don't crash on invalid arg to nvim_get_context (#25977)zeertzjq2023-11-11
* refactor(options)!: unify `set_option` and `set_string_option`Famiu Haque2023-10-30
* test: add test coverage for #25741Famiu Haque2023-10-28
* refactor(options): `get_option_value_strict()` and `SREQ_*`Famiu Haque2023-10-20
* fix(api): avoid immediate TextChanged with nvim_create_buf (#25492)zeertzjq2023-10-03
* fix(api): handle NUL in nvim_err_write() and nvim_out_write() (#25354)zeertzjq2023-09-25
* fix(api, lua): handle setting v: variables properly (#25325)zeertzjq2023-09-24
* fix(lua): show error message when failing to set variable (#25321)zeertzjq2023-09-23
* fix(options): correct condition for calling did_set_option() (#25026)zeertzjq2023-09-05
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* fix(keycodes): recognize <t_xx> as a key (#24700)zeertzjq2023-08-13
* test(api): update tests to new error messagesbfredl2023-08-07
* fix(api/options): validate buf and winLewis Russell2023-07-22
* fix(vim.system): close check handle (#24270)zeertzjq2023-07-06
* fix(edit): fix K_EVENT interfering with 'digraph' (#24258)zeertzjq2023-07-05
* fix(api, lua): make blank lines in a message work properly (#24244)zeertzjq2023-07-04
* fix(api): nvim_parse_cmd error message in pcall() #23297Alexandre Teoi2023-07-01
* fix(api): nvim_cmd{cmd="win_getid"} parsed as :winsize #24181Justin M. Keyes2023-06-28
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* refactor(api): adjust errors for setting options (#23942)zeertzjq2023-06-07
* test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2023-05-22
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* test: add tests for executing commands with backwards rangezeertzjq2023-05-05
* feat(api): set statuscolumn line number in nvim_eval_statusline()Luuk van Baal2023-04-07
* feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal2023-04-05