aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/vim_spec.lua
Commit message (Expand)AuthorAge
* feat(ui): add `'winbar'`Famiu Haque2022-05-18
* fix(api): nvim_eval_statusline should validate input #18347deforde2022-05-15
* fix(api): make `nvim_cmd` work correctly with empty arguments list (#18527)Famiu Haque2022-05-11
* feat(api): add `nvim_cmd`Famiu Haque2022-05-11
* fix(api): make `nvim_parse_cmd` work correctly with both range and countFamiu Haque2022-05-07
* fix(api): make `nvim_parse_cmd` propagate errorsFamiu Haque2022-05-05
* refactor(api): make `range` in `nvim_parse_cmd` an arrayFamiu Haque2022-05-05
* feat(nvim_parse_cmd): add range, count, reg #18383Famiu Haque2022-05-04
* feat(api): add `nvim_parse_cmdline`Famiu Haque2022-04-30
* test: correct order of arguments to eq() and neq()zeertzjq2022-04-26
* fix(paste): ignore mappings in Cmdline mode (#18114)Eden Zhang2022-04-17
* fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913)zeertzjq2022-03-30
* fix(api, lua): return NIL on failure to find converted function (#17779)zeertzjq2022-03-20
* fix(paste): escape control characters in Cmdline modezeertzjq2022-03-15
* test(paste): add tests with virtualedit=onemorezeertzjq2022-03-15
* test(paste): reorganize tests and add tests for linewise Visual modezeertzjq2022-03-15
* fix(paste): deal with trailing new line in chunkzeertzjq2022-03-15
* fix(paste): avoid edges cases caused by empty chunkzeertzjq2022-03-15
* fix(paste): deal with eol and eof in Visual modezeertzjq2022-03-15
* fix(paste): don't move cursor past the end of pasted text in Normal modezeertzjq2022-03-15
* fix(paste): use getcmdtype() to determine whether in cmdline modezeertzjq2022-03-15
* feat(api): relax statusline fillchar width checkzeertzjq2022-03-10
* fix(api): re-route nvim_get_runtime_file errorsLewis Russell2022-02-15
* fix: autoload variables not loaded with vim.g & nvim_get_varshadmansaleh2022-02-13
* fix(api): use changedir_func() in nvim_set_current_dir()zeertzjq2022-02-10
* fix(--headless): do not block on press-enter prompts when no UIglacambre2022-02-05
* Merge pull request #17113 from zeertzjq/vim-8.2.2569zeertzjq2022-02-01
|\
| * feat(statusline): support multibyte fillcharzeertzjq2022-01-16
* | refactor: remove CSI unescaping and clean up related names and commentszeertzjq2022-01-21
|/
* fix: do not save K_EVENT as lastc in Insert modezeertzjq2021-12-26
* fix(api): make nil value in nvim_set_option_value clear local value (#16710)Gregory Anders2021-12-21
* feat(api): add nvim_get_option_valueGregory Anders2021-12-04
* refactor(api/marks)!: add opts param for feature extensibility (#16146)Javier Lopez2021-11-01
* test(vim_spec): fix MSVC_32 skip for nvim_parse_expression test (#16161)Sean Dewar2021-10-27
* feat(nvim_open_term): support input callback in luaBjörn Linse2021-10-20
* feat(api): evaluate statusline string #16020Famiu Haque2021-10-18
* feat(:source, nvim_exec): defer script item creation until s:var accessSean Dewar2021-10-14
* feat(:source, nvim_exec): support script-local variablesSean Dewar2021-10-14
* feat(api): named marks set, get, delete #15346Javier Lopez2021-10-05
* Merge pull request #15516 from bfredl/keysetBjörn Linse2021-10-03
|\
| * refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* | fix(runtime): add packages as "/pack/*/start/*" patterns to &rtpBjörn Linse2021-10-02
|/
* refactor(runtime): always use DIP_START when searching for runtime filesBjörn Linse2021-09-18
* fix(typo): overriden -> overridden (RE: PR #14159) (#15360)Oliver Marriott2021-09-17
* fix(:source, nvim_exec): handle Vimscript line continuations #14809Sean Dewar2021-09-14
* refactor(tests): use assert_alive() #15546Justin M. Keyes2021-09-01
* feat(api): nvim_get_chan_info: include "argv" for jobs #15537Justin M. Keyes2021-09-01
* fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname styleTJ DeVries2021-06-29
* Fix crash on `:echo get_all_options_info()`glacambre2021-05-26
* api: fix nvim_exec() silencing behaviour (#14413)Shadman2021-04-21