summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/vim_spec.lua
AgeCommit message (Expand)AuthorFiles
2023-10-28test: add test coverage for #25741Famiu Haque1
2023-10-20refactor(options): `get_option_value_strict()` and `SREQ_*`Famiu Haque1
2023-10-03fix(api): avoid immediate TextChanged with nvim_create_buf (#25492)zeertzjq1
2023-09-25fix(api): handle NUL in nvim_err_write() and nvim_out_write() (#25354)zeertzjq1
2023-09-24fix(api, lua): handle setting v: variables properly (#25325)zeertzjq1
2023-09-23fix(lua): show error message when failing to set variable (#25321)zeertzjq1
2023-09-05fix(options): correct condition for calling did_set_option() (#25026)zeertzjq1
2023-08-26refactor(change): do API changes to buffer without curbuf switchbfredl1
2023-08-13fix(keycodes): recognize <t_xx> as a key (#24700)zeertzjq1
2023-08-07test(api): update tests to new error messagesbfredl1
2023-07-22fix(api/options): validate buf and winLewis Russell1
2023-07-06fix(vim.system): close check handle (#24270)zeertzjq1
2023-07-05fix(edit): fix K_EVENT interfering with 'digraph' (#24258)zeertzjq1
2023-07-04fix(api, lua): make blank lines in a message work properly (#24244)zeertzjq1
2023-07-01fix(api): nvim_parse_cmd error message in pcall() #23297Alexandre Teoi1
2023-06-28fix(api): nvim_cmd{cmd="win_getid"} parsed as :winsize #24181Justin M. Keyes1
2023-06-22fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes1
2023-06-07refactor(api): adjust errors for setting options (#23942)zeertzjq1
2023-05-22test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-05-05test: add tests for executing commands with backwards rangezeertzjq1
2023-04-07feat(api): set statuscolumn line number in nvim_eval_statusline()Luuk van Baal1
2023-04-05feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal1
2023-04-04test: replace lfs with luv and vim.fsdundargoc1
2023-04-04docs: fix typosdundargoc1
2023-04-04fix(api): avoid double hit-enter prompt with nvim_err_writeln (#22879)zeertzjq1
2023-03-29fix(api): Use local LastSet structure in nvim_get_option_info (#22741)Michal Liszcz1
2023-03-26test: use exec_capture() in more places (#22787)zeertzjq1
2023-03-25feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski1
2023-03-20feat: add `vim.filetype.get_option()`Lewis Russell1
2023-03-13refactor!: rename vim.pretty_print => vim.printJustin M. Keyes1
2023-03-11fix(api): set script context when setting usercmd or option (#22624)zeertzjq1
2023-02-27feat(api): more fields in nvim_list_uisJustin M. Keyes1
2023-02-16fix(api): allow empty Lua table for nested dicts #22268Justin M. Keyes1
2023-02-14refactor(api): consistent VALIDATE messages #22262Justin M. Keyes1
2023-02-14refactor(api): VALIDATE macros #22256Justin M. Keyes1
2023-02-14refactor(api): VALIDATE macros #22187Justin M. Keyes1
2023-02-10fix(tests): fixes for using vim.mpack and more ASANbfredl1
2023-01-23revert: "shada/context: fully remove jumplist duplicates #10898" (#21874)zeertzjq1
2023-01-17fix(api): avoid memory leak with click functions in nvim_eval_statusline() (#...luukvbaal1
2023-01-16refactor: remove E5500, adjust testszeertzjq1
2023-01-10fix(statuscolumn): fix crashes and clang/PVS warnings (#21725)zeertzjq1
2022-12-27fix(statusline): make nvim_eval_statusline() work with %S (#21553)zeertzjq1
2022-12-16fix(api): "emsg_silent" should imply "silent" in nvim_cmd (#21438)zeertzjq1
2022-11-29docs: fix typos (#21196)dundargoc1
2022-11-22test: simplify platform detection (#21020)dundargoc1
2022-11-14feat(test): add Lua forms for API methods (#20152)Lewis Russell1
2022-11-14test: remove skip for 32-bit MSVC (#21030)dundargoc1
2022-11-13test: introduce skip() #21010dundargoc1
2022-11-06fix(paste): feed keys as typed in cmdline mode (#20959)zeertzjq1