aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds
Commit message (Expand)AuthorAge
* 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
* test: add more tests for K_SPECIAL escaping in <Cmd> mappingzeertzjq2022-05-03
* fix(input): only disable mapped CTRL-C interrupts when getting input (#18310)zeertzjq2022-04-30
* test: add test for <Cmd> mapping with character containing K_SPECIAL bytezeertzjq2022-04-30
* feat(mappings): allow special keys and modifiers in <Cmd> mappingzeertzjq2022-04-29
* test: add a test for #18135zeertzjq2022-04-17
* docs: typo fixes (#17859)dundargoc2022-04-15
* refactor!: rename nvim_add_user_command to nvim_create_user_commandGregory Anders2022-04-10
* test: add some tests with :normal and Ex modezeertzjq2022-04-04
* fix(ex_normal): spam \n in Ex mode only if in Cmdline mode (#17977)zeertzjq2022-04-03
* feat(test): use nvim_exec in helpers.source() #16064Justin M. Keyes2022-03-27
* refactor: remove cpo-& behavior (#17745)zeertzjq2022-03-23
* test: move two mapping tests to ex_cmds/map_spec.luazeertzjq2022-03-02
* Merge pull request #15079 from shadmansaleh/feat/verbose_luabfredl2022-03-01
|\
| * fix: anonymous sid not workingshadmansaleh2022-02-28
| * feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* | docs: clarify actual behavior of <Plug>zeertzjq2022-03-01
|/
* Merge pull request #16969 from shadmansaleh/enhance/ingore_nore_on_plug_keymapsbfredl2022-02-27
|\
| * feat: ignore nore on <Plug> mapsshadmansaleh2022-02-27
* | Merge pull request #17432 from zeertzjq/vim-8.1.2336zeertzjq2022-02-27
|\ \ | |/ |/|
| * test: add more tests for :*map cursor and redrawingzeertzjq2022-02-17
| * test: add some tests for :*map <expr>Jay Sandhu2022-02-17
* | test: use helpers.pending_win32(pending) instead of iswin()zeertzjq2022-02-26
* | ci: skip tests that fail on windowsDundar Göc2022-02-20
* | test: remove checks to see if current CI job is travis or appveyorDundar Göc2022-02-17
|/
* feat(provider)!: remove support for python2 and python3.[3-5]Björn Linse2022-01-29
* vim-patch:8.2.4090: after restoring a session buffer order can be quite diffe...Evgeni Chasnovski2022-01-29
* vim-patch:8.2.3952: first line not redrawn when adding lines to an empty bufferzeertzjq2021-12-31
* vim-patch:8.2.3618: getcwd() is unclear about how 'autochdir' is usedzeertzjq2021-11-19
* feat(:source, nvim_exec): defer script item creation until s:var accessSean Dewar2021-10-14