summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/vim_spec.lua
AgeCommit message (Expand)AuthorFiles
2022-10-09docs: various #12823Justin M. Keyes1
2022-10-08fix(api): dynamically allocate line buffer for nvim_out_write (#20537)zeertzjq1
2022-09-30Merge pull request #20364 from zeertzjq/parse-cmd-omitbfredl1
2022-09-30fix(api)!: nvim_parse_cmd omit "count" "range" "reg" if not supportedzeertzjq1
2022-09-29feat(nvim_cmd): allow using first argument as countFamiu Haque1
2022-09-29fix(api): fix nvim_cmd crash with filename expansion (#20397)zeertzjq1
2022-09-07fix(options): mark `winhighlight` as list style (#19477)ii141
2022-09-02fix(api)!: correctly deal with number before :tabzeertzjq1
2022-09-01feat(api): add support for :horizontal modifierzeertzjq1
2022-08-22fix(api): avoid side effects with nvim_parse_cmd (#19890)zeertzjq1
2022-08-16fix(api): nvim_exec and nvim_cmd restore msg_col when capturing output (#19789)zeertzjq1
2022-08-10fix(api): `vim.cmd.make` crashes when argument count isn't 1 (#19701)Famiu Haque1
2022-08-06fix(api): nvim_cmd handle 0 range (#19655)Lewis Russell1
2022-07-25fix(api): make nvim_cmd mods.silent work correctly (#19489)notomo1
2022-07-17fix(api): fix nvim_parse_cmd interfere with printing line in Ex mode (#19400)zeertzjq1
2022-07-16fix(api): do not switch win/buf if getting option in current win/buf (#19383)zeertzjq1
2022-07-03feat(api): add `unsilent` to command APIszeertzjq1
2022-07-01vim-patch:8.0.1570: can't use :popup for a menu in the terminalzeertzjq1
2022-06-28feat(api): make `nvim_parse_cmd` and `nvim_cmd` support :filterFamiu Haque1
2022-06-27fix(api): nvim_parse_cmd check for ambiguous user command (#19116)zeertzjq1
2022-06-20feat(api): add "buf" and "win" to nvim_get_option_valueGregory Anders1
2022-06-13fix(tests): check for EOF on exit of nvim properlybfredl1
2022-05-25Merge pull request #18528 from lewis6991/setwinoptbfredl1
2022-05-19fix: make `nvim_cmd` not suppress errors inside key mappingFamiu Haque1
2022-05-18feat(ui): add `'winbar'`Famiu Haque1
2022-05-17feat(api): add win and buf to nvim_set_option_valueLewis Russell1
2022-05-15fix(api): nvim_eval_statusline should validate input #18347deforde1
2022-05-11fix(api): make `nvim_cmd` work correctly with empty arguments list (#18527)Famiu Haque1
2022-05-11feat(api): add `nvim_cmd`Famiu Haque1
2022-05-07fix(api): make `nvim_parse_cmd` work correctly with both range and countFamiu Haque1
2022-05-05fix(api): make `nvim_parse_cmd` propagate errorsFamiu Haque1
2022-05-05refactor(api): make `range` in `nvim_parse_cmd` an arrayFamiu Haque1
2022-05-04feat(nvim_parse_cmd): add range, count, reg #18383Famiu Haque1
2022-04-30feat(api): add `nvim_parse_cmdline`Famiu Haque1
2022-04-26test: correct order of arguments to eq() and neq()zeertzjq1
2022-04-17fix(paste): ignore mappings in Cmdline mode (#18114)Eden Zhang1
2022-03-30fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913)zeertzjq1
2022-03-20fix(api, lua): return NIL on failure to find converted function (#17779)zeertzjq1
2022-03-15fix(paste): escape control characters in Cmdline modezeertzjq1
2022-03-15test(paste): add tests with virtualedit=onemorezeertzjq1
2022-03-15test(paste): reorganize tests and add tests for linewise Visual modezeertzjq1
2022-03-15fix(paste): deal with trailing new line in chunkzeertzjq1
2022-03-15fix(paste): avoid edges cases caused by empty chunkzeertzjq1
2022-03-15fix(paste): deal with eol and eof in Visual modezeertzjq1
2022-03-15fix(paste): don't move cursor past the end of pasted text in Normal modezeertzjq1
2022-03-15fix(paste): use getcmdtype() to determine whether in cmdline modezeertzjq1
2022-03-10feat(api): relax statusline fillchar width checkzeertzjq1
2022-02-15fix(api): re-route nvim_get_runtime_file errorsLewis Russell1
2022-02-13fix: autoload variables not loaded with vim.g & nvim_get_varshadmansaleh1
2022-02-10fix(api): use changedir_func() in nvim_set_current_dir()zeertzjq1