aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds
Commit message (Expand)AuthorAge
* fix(excmd): make :def unknown rather than unimplemented (#23150)zeertzjq2023-04-17
* fix(highlight): add missing g: prefix for colors_name (#22952)zeertzjq2023-04-08
* test: replace lfs with luv and vim.fsdundargoc2023-04-04
* test: use exec_capture() in more places (#22787)zeertzjq2023-03-26
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* fix(shell): on Windows :make does not echo #22728Enan Ajmain2023-03-19
* refactor(redraw): make cursor position redraw use the "redraw later" patternbfredl2023-03-12
* ci: bump to windows 2022dundargoc2023-03-11
* fix(api): set script context when setting usercmd or option (#22624)zeertzjq2023-03-11
* fix(highlight): avoid ORing underline flags (#22372)zeertzjq2023-02-23
* test: make {MATCH:} behave less unexpectedly in screen:expect()zeertzjq2023-02-18
* fix(rpc)!: preseve files when stdio channel is closed (#22137)zeertzjq2023-02-11
* test: add more tests for Unicodezeertzjq2023-01-09
* fix(mappings): use all buckets in second round of unmap (#21534)zeertzjq2022-12-26
* feat(secure): add `:trust` command and vim.secure.trust() (#21107)Jlll12022-11-28
* test: simplify platform detection (#21020)dundargoc2022-11-22
* test: add a Lua test for swap file created before bootzeertzjq2022-11-17
* test: introduce skip() #21010dundargoc2022-11-13
* vim-patch:8.2.2207: illegal memory access if popup menu items are changed (#2...zeertzjq2022-11-12
* feat: ":write ++p" creates parent dirs #20835Victor Blanchard2022-11-06
* docs: fix typosdundargoc2022-11-02
* ci: add cirrus to isCI function to skip tests (#20526)dundargoc2022-10-17
* docs: fix typos (#20394)dundargoc2022-09-30
* fix(api): notify dict watchers on nvim_set_var and vim.g settersmolck2022-09-27
* ci: move BSD jobs from sourcehut to Cirrus CI #19616dundargoc2022-09-08
* vim-patch:9.0.0409: #{g:x} was seen as a curly-braces expressionii142022-09-08
* vim-patch:8.2.3102: test for crash fix does not fail without the fix (#20018)zeertzjq2022-08-31
* vim-patch:8.2.4726: cannot use expand() to get the script namezeertzjq2022-08-23
* test: add test for using :normal to stop Visual mode in cmdwin (#19904)zeertzjq2022-08-23
* fix(tests): remove irrelevant usage of display-=msgsepbfredl2022-08-17
* feat: allow :wincmd to accept a count (#19815)Famiu Haque2022-08-17
* fix(source): fix expand('<sfile>') no longer works for Luazeertzjq2022-08-16
* fix(source): make changing 'shellslash' change expand() resultzeertzjq2022-08-15
* vim-patch:8.2.1280: Ex command error cannot contain an argumentzeertzjq2022-08-07
* fix(session): respect sessionoptions=terminal #19497Gustavo Sampaio2022-08-01
* test(mksession_spec): use %bwipeout! instead of qall! to close terminal (#19465)zeertzjq2022-07-22
* feat(defaults): mouse=nvi #19290matveyt2022-07-17
* test: add a test for what Vim patch 8.2.0151 fixeszeertzjq2022-07-08
* Merge #19060 memory leaksJustin M. Keyes2022-06-28
|\
| * fix(coverity/348300): free memory when overiding sing attributeThomas Vigouroux2022-06-27
* | refactor(tests): introduce testprg()Justin M. Keyes2022-06-25
|/
* fix(input): use correct grid when restoring cursor for <expr> mapping (#19047)zeertzjq2022-06-23
* fix(tests): check for EOF on exit of nvim properlybfredl2022-06-13
* fix(input): allow Ctrl-C to interrupt a recursive mapping even if mapped (#18...zeertzjq2022-06-07
* fix(mksession): don't store floats in session #18635Daniel Steinberg2022-05-22
* test(mksession_spec): only sleep on Windows (#18637)zeertzjq2022-05-19
* fix(termopen): avoid ambiguity in URI when CWD is root dir (#16988)zeertzjq2022-05-19
* test: fix mksession terminal CWD test again (#18615)zeertzjq2022-05-18
* test: unskip tests on Windows (#18600)zeertzjq2022-05-18
* refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque2022-05-15