index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
testdir
/
test_normal.vim
Commit message (
Expand
)
Author
Age
*
vim-patch:8.2.1046: insufficient tests for src/buffer.c (#19903)
zeertzjq
2022-08-23
*
vim-patch:8.2.3619: cannot use a lambda for 'operatorfunc' (#19846)
zeertzjq
2022-08-20
*
vim-patch:partial:8.2.0425: code for modeless selection not sufficiently tested
zeertzjq
2022-08-19
*
vim-patch:8.2.1799: some Normal mode commands not fully tested
zeertzjq
2022-08-15
*
vim-patch:8.2.1786: various Normal mode commands not fully tested
zeertzjq
2022-08-15
*
vim-patch:8.2.5109: mode not updated after CTRL-O CTRL-C in Insert mode
zeertzjq
2022-08-15
*
vim-patch:8.2.4492: no error if an option is given a value with ":let &opt = ...
zeertzjq
2022-08-07
*
vim-patch:8.2.4228: no tests for clicking in the GUI tabline
zeertzjq
2022-07-25
*
vim-patch:8.2.5035: when splitting a window the changelist position moves
zeertzjq
2022-07-23
*
vim-patch:8.2.1040: not enough testing for movement commands
zeertzjq
2022-07-17
*
vim-patch:8.2.0655: search code not sufficiently tested
zeertzjq
2022-07-17
*
vim-patch:8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs
zeertzjq
2022-07-15
*
vim-patch:8.2.0482: channel and sandbox code not sufficiently tested
zeertzjq
2022-07-15
*
vim-patch:8.2.0369: various Normal mode commands not fully tested
zeertzjq
2022-07-14
*
fix(normal): fix segfault with bracket command jumping to a mark
zeertzjq
2022-07-06
*
vim-patch:8.2.3990: testing wrong operator
zeertzjq
2022-07-05
*
vim-patch:8.2.3980: if 'operatorfunc' invokes an operator Visual mode is changed
zeertzjq
2022-07-05
*
vim-patch:8.2.3644: count for 'operatorfunc' in Visual mode is not redone
zeertzjq
2022-07-05
*
vim-patch:8.2.2904: "g$" causes scroll if half a double width char is visible
zeertzjq
2022-07-05
*
vim-patch:8.2.0363: some Normal mode commands not tested
zeertzjq
2022-07-05
*
vim-patch:8.2.0261: some code not covered by tests
zeertzjq
2022-07-02
*
refactor!: delete insertmode (#18547)
Gregory Anders
2022-05-22
*
vim-patch:8.2.4672: using :normal with Ex mode may make :substitute hang (#17...
zeertzjq
2022-04-03
*
Merge pull request #17403 from zeertzjq/vim-8.1.1955
zeertzjq
2022-02-21
|
\
|
*
vim-patch:8.1.1846: inconsistently using GetVimCommand() and v:progpath
zeertzjq
2022-02-14
*
|
vim-patch:8.2.3659: integer overflow with large line number
zeertzjq
2022-02-18
|
/
*
vim-patch:8.2.3903: "gM" does not count tabs as expected (#16796)
zeertzjq
2022-01-28
*
vim-patch:8.2.3580: gj does not move properly with a wide character
zeertzjq
2022-01-18
*
feat(keywordprg): use :terminal for external commands #15398
Gregory Anders
2021-08-21
*
vim-patch:8.1.1838: there is :spellwrong and :spellgood but not :spellrare
Jan Edmund Lazo
2021-06-12
*
vim-patch:8.2.2916: operators are not fully tested
Jan Edmund Lazo
2021-05-31
*
vim-patch:8.2.2914: cannot paste a block without adding padding
Jan Edmund Lazo
2021-05-31
*
vim-patch:8.2.0686: formatoptions not sufficiently tested
Jan Edmund Lazo
2020-12-20
*
vim-patch:8.1.2355: test with "man" fails on FreeBSD
Jan Edmund Lazo
2019-11-30
*
vim-patch:8.1.2231: introduce gM command #11321
Jan Edmund Lazo
2019-11-01
*
Merge #11211 from jbradaric/vim-8.1.1585
Justin M. Keyes
2019-10-19
|
\
|
*
vim-patch:8.1.1585: :let-heredoc does not trim enough
Jurica Bradaric
2019-10-13
*
|
vim-patch:8.1.2140: "gk" and "gj" do not work correctly in number column #11208
Jan Edmund Lazo
2019-10-17
|
/
*
vim-patch:8.1.1362: code and data in tests can be hard to read
Jurica Bradaric
2019-10-07
*
test/old: align with Vim #11096
Daniel Hahler
2019-10-03
*
vim-patch:8.1.0514: CTRL-W ^ does not work when alternate buffer has no name
Jan Edmund Lazo
2019-10-01
*
vim-patch:8.1.1758: count of g$ not used correctly when text is not wrapped
Jan Edmund Lazo
2019-10-01
*
vim-patch:8.1.2072: "gk" moves to start of line instead of upwards
Jan Edmund Lazo
2019-10-01
*
vim-patch:8.1.0811: too many #ifdefs
Daniel Hahler
2019-08-22
*
vim-patch:8.1.1049: when user tries to exit with CTRL-C message is confusing
Jan Edmund Lazo
2019-07-28
*
test/old: enable Test_normal01_keymodel
Jan Edmund Lazo
2019-05-04
*
vim-patch:8.1.1214: old style tests #9948
Jan Edmund Lazo
2019-04-27
*
vim-patch:8.0.1510: cannot assert beep #9938
Jan Edmund Lazo
2019-04-25
*
vim-patch:8.1.0327: the "g CTRL-G" command isn't tested much (#8914)
Jan Edmund Lazo
2018-08-26
*
Merge #8861 from janlazo/vim-8.0.1364
Justin M. Keyes
2018-08-21
|
\
[next]