aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/vim_spec.lua
Commit message (Expand)AuthorAge
...
* 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
* test: replace lfs with luv and vim.fsdundargoc2023-04-04
* docs: fix typosdundargoc2023-04-04
* fix(api): avoid double hit-enter prompt with nvim_err_writeln (#22879)zeertzjq2023-04-04
* fix(api): Use local LastSet structure in nvim_get_option_info (#22741)Michal Liszcz2023-03-29
* test: use exec_capture() in more places (#22787)zeertzjq2023-03-26
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* feat: add `vim.filetype.get_option()`Lewis Russell2023-03-20
* refactor!: rename vim.pretty_print => vim.printJustin M. Keyes2023-03-13
* fix(api): set script context when setting usercmd or option (#22624)zeertzjq2023-03-11
* feat(api): more fields in nvim_list_uisJustin M. Keyes2023-02-27
* fix(api): allow empty Lua table for nested dicts #22268Justin M. Keyes2023-02-16
* refactor(api): consistent VALIDATE messages #22262Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22256Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22187Justin M. Keyes2023-02-14
* fix(tests): fixes for using vim.mpack and more ASANbfredl2023-02-10
* revert: "shada/context: fully remove jumplist duplicates #10898" (#21874)zeertzjq2023-01-23
* fix(api): avoid memory leak with click functions in nvim_eval_statusline() (#...luukvbaal2023-01-17
* refactor: remove E5500, adjust testszeertzjq2023-01-16