aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_normal.vim
Commit message (Expand)AuthorAge
* vim-patch:8.2.1046: insufficient tests for src/buffer.c (#19903)zeertzjq2022-08-23
* vim-patch:8.2.3619: cannot use a lambda for 'operatorfunc' (#19846)zeertzjq2022-08-20
* vim-patch:partial:8.2.0425: code for modeless selection not sufficiently testedzeertzjq2022-08-19
* vim-patch:8.2.1799: some Normal mode commands not fully testedzeertzjq2022-08-15
* vim-patch:8.2.1786: various Normal mode commands not fully testedzeertzjq2022-08-15
* vim-patch:8.2.5109: mode not updated after CTRL-O CTRL-C in Insert modezeertzjq2022-08-15
* vim-patch:8.2.4492: no error if an option is given a value with ":let &opt = ...zeertzjq2022-08-07
* vim-patch:8.2.4228: no tests for clicking in the GUI tablinezeertzjq2022-07-25
* vim-patch:8.2.5035: when splitting a window the changelist position moveszeertzjq2022-07-23
* vim-patch:8.2.1040: not enough testing for movement commandszeertzjq2022-07-17
* vim-patch:8.2.0655: search code not sufficiently testedzeertzjq2022-07-17
* vim-patch:8.0.1118: FEAT_WINDOWS adds a lot of #ifdefszeertzjq2022-07-15
* vim-patch:8.2.0482: channel and sandbox code not sufficiently testedzeertzjq2022-07-15
* vim-patch:8.2.0369: various Normal mode commands not fully testedzeertzjq2022-07-14
* fix(normal): fix segfault with bracket command jumping to a markzeertzjq2022-07-06
* vim-patch:8.2.3990: testing wrong operatorzeertzjq2022-07-05
* vim-patch:8.2.3980: if 'operatorfunc' invokes an operator Visual mode is changedzeertzjq2022-07-05
* vim-patch:8.2.3644: count for 'operatorfunc' in Visual mode is not redonezeertzjq2022-07-05
* vim-patch:8.2.2904: "g$" causes scroll if half a double width char is visiblezeertzjq2022-07-05
* vim-patch:8.2.0363: some Normal mode commands not testedzeertzjq2022-07-05
* vim-patch:8.2.0261: some code not covered by testszeertzjq2022-07-02
* refactor!: delete insertmode (#18547)Gregory Anders2022-05-22
* vim-patch:8.2.4672: using :normal with Ex mode may make :substitute hang (#17...zeertzjq2022-04-03
* Merge pull request #17403 from zeertzjq/vim-8.1.1955zeertzjq2022-02-21
|\
| * vim-patch:8.1.1846: inconsistently using GetVimCommand() and v:progpathzeertzjq2022-02-14
* | vim-patch:8.2.3659: integer overflow with large line numberzeertzjq2022-02-18
|/
* vim-patch:8.2.3903: "gM" does not count tabs as expected (#16796)zeertzjq2022-01-28
* vim-patch:8.2.3580: gj does not move properly with a wide characterzeertzjq2022-01-18
* feat(keywordprg): use :terminal for external commands #15398Gregory Anders2021-08-21
* vim-patch:8.1.1838: there is :spellwrong and :spellgood but not :spellrareJan Edmund Lazo2021-06-12
* vim-patch:8.2.2916: operators are not fully testedJan Edmund Lazo2021-05-31
* vim-patch:8.2.2914: cannot paste a block without adding paddingJan Edmund Lazo2021-05-31
* vim-patch:8.2.0686: formatoptions not sufficiently testedJan Edmund Lazo2020-12-20
* vim-patch:8.1.2355: test with "man" fails on FreeBSDJan Edmund Lazo2019-11-30
* vim-patch:8.1.2231: introduce gM command #11321Jan Edmund Lazo2019-11-01
* Merge #11211 from jbradaric/vim-8.1.1585Justin M. Keyes2019-10-19
|\
| * vim-patch:8.1.1585: :let-heredoc does not trim enoughJurica Bradaric2019-10-13
* | vim-patch:8.1.2140: "gk" and "gj" do not work correctly in number column #11208Jan Edmund Lazo2019-10-17
|/
* vim-patch:8.1.1362: code and data in tests can be hard to readJurica Bradaric2019-10-07
* test/old: align with Vim #11096Daniel Hahler2019-10-03
* vim-patch:8.1.0514: CTRL-W ^ does not work when alternate buffer has no nameJan Edmund Lazo2019-10-01
* vim-patch:8.1.1758: count of g$ not used correctly when text is not wrappedJan Edmund Lazo2019-10-01
* vim-patch:8.1.2072: "gk" moves to start of line instead of upwardsJan Edmund Lazo2019-10-01
* vim-patch:8.1.0811: too many #ifdefsDaniel Hahler2019-08-22
* vim-patch:8.1.1049: when user tries to exit with CTRL-C message is confusingJan Edmund Lazo2019-07-28
* test/old: enable Test_normal01_keymodelJan Edmund Lazo2019-05-04
* vim-patch:8.1.1214: old style tests #9948Jan Edmund Lazo2019-04-27
* vim-patch:8.0.1510: cannot assert beep #9938Jan Edmund Lazo2019-04-25
* vim-patch:8.1.0327: the "g CTRL-G" command isn't tested much (#8914)Jan Edmund Lazo2018-08-26
* Merge #8861 from janlazo/vim-8.0.1364Justin M. Keyes2018-08-21
|\