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
Commit message (
Expand
)
Author
Age
...
*
|
Merge pull request #13664 from ivechan/win_exectute
Jan Edmund Lazo
2021-05-07
|
\
\
|
*
|
vim-patch:8.2.2340: win_execute() unexpectedly returns number zero when failing
jing
2021-05-06
|
*
|
vim-patch:8.2.0137: crash when using win_execute() from a new tab
jing
2021-05-06
|
*
|
vim-patch:8.1.2124: ruler is not updated if win_execute() moves cursor
jing
2021-05-06
|
*
|
vim-patch:8.1.1832: win_execute() does not work in other tab
jing
2021-05-06
|
*
|
vim-patch:8.1.1440: win_execute() test fails
jing
2021-05-06
|
*
|
vim-patch:8.1.1418: win_execute() is not implemented yet
jing
2021-05-06
*
|
|
vim-patch:8.1.1378: delete() can not handle a file name that looks like a pat...
Shougo
2021-05-07
*
|
|
vim-patch:8.2.2829: some comments are not correct or clear
Jan Edmund Lazo
2021-05-06
*
|
|
vim-patch:8.2.2827: test file was not deleted
Jan Edmund Lazo
2021-05-05
*
|
|
vim-patch:8.2.2825: code in checkreadonly() not fully tested
Jan Edmund Lazo
2021-05-05
*
|
|
vim-patch:8.2.2820: session file may divide by zero
Jan Edmund Lazo
2021-05-05
*
|
|
vim-patch:8.2.2819: finishing an abbreviation with multi-byte char may not work
Jan Edmund Lazo
2021-05-05
*
|
|
vim-patch:8.2.2788: Raku is now the only name what once was called perl6
Jan Edmund Lazo
2021-05-02
*
|
|
vim-patch:8.2.1827: filetype detection does not test enough file names
Jan Edmund Lazo
2021-05-01
*
|
|
vim-patch:8.2.0860: cannot use CTRL-A and CTRL-X on unsigned numbers
Jan Edmund Lazo
2021-04-28
*
|
|
vim-patch:8.2.2801: free Pascal makefile not recognized
Jan Edmund Lazo
2021-04-27
*
|
|
vim-patch:8.2.2388: no easy way to get the maximum or mininum number value
Jan Edmund Lazo
2021-04-27
*
|
|
vim-patch:8.2.0296: mixing up "long long" and __int64 may cause problems
Jan Edmund Lazo
2021-04-27
*
|
|
vim-patch:1ff14ba24c4d
Jan Edmund Lazo
2021-04-27
|
/
/
*
|
vim-patch:8.2.2776: :mksession uses current value of 'splitbelow' and 'splitr...
Jan Edmund Lazo
2021-04-22
*
|
fix(oldtest): fix assert_match() for :buffers t
Sean Dewar
2021-04-21
*
|
vim-patch:8.2.1588: cannot read back the prompt of a prompt buffer
Sean Dewar
2021-04-21
*
|
oldtest: port test_prompt_buffer.vim
Sean Dewar
2021-04-21
|
/
*
Merge pull request #12323 from da-x/orphaned-signs
Matthieu Coudron
2021-04-18
|
\
|
*
test_signs.vim: adjust for sign removal on line deletion
Dan Aloni
2021-04-17
*
|
vim-patch:8.2.2773: PSL filetype not recognized (#14389)
Jan Edmund Lazo
2021-04-17
|
/
*
Merge pull request #14355 from janlazo/vim-8.1.2313
Jan Edmund Lazo
2021-04-15
|
\
|
*
vim-patch:8.2.2769: Modula-3 config files are not recognized
Jan Edmund Lazo
2021-04-15
|
*
vim-patch:8.2.2046: some test failures don't give a clear error
Jan Edmund Lazo
2021-04-15
*
|
vim-patch:8.2.2764: memory leak when default function argument is allocated
Jan Edmund Lazo
2021-04-15
*
|
vim-patch:8.2.2761: using "syn include" does not work properly
Jan Edmund Lazo
2021-04-15
*
|
vim-patch:8.2.0265: "eval" after "if 0" doesn't check for following command
Jan Edmund Lazo
2021-04-15
|
/
*
test/old: ':execute' does not suppress range error
Jan Edmund Lazo
2021-04-11
*
vim-patch:8.1.2416: loading menus sets v:errmsg
Jan Edmund Lazo
2021-04-11
*
vim-patch:8.1.1841: no test for Ex shift commands
Jan Edmund Lazo
2021-04-11
*
vim-patch:8.2.1920: listlbr test fails when run after another test
Jan Edmund Lazo
2021-04-11
*
vim-patch:8.2.2050: search test contains unneeded sleeps
Jan Edmund Lazo
2021-04-11
*
vim-patch:8.2.0409: search test leaves file behind
Jan Edmund Lazo
2021-04-11
*
Merge pull request #14326 from janlazo/vim-8.2.0623
Jan Edmund Lazo
2021-04-09
|
\
|
*
vim-patch:8.2.2738: extending a list with itself can give wrong result
Jan Edmund Lazo
2021-04-08
|
*
vim-patch:8.2.1822: list test doesn't fail
Jan Edmund Lazo
2021-04-08
|
*
vim-patch:8.2.0623: typo in test comment
Jan Edmund Lazo
2021-04-08
*
|
vim-patch:8.2.2737: status line not updated when local 'statusline' option se...
bphilly96
2021-04-08
|
/
*
vim-patch:8.2.1305: some tests are still old style
Jan Edmund Lazo
2021-04-08
*
vim-patch:8.2.1791: Vim9: debugger test fails
Jan Edmund Lazo
2021-04-08
*
vim-patch:8.2.1508: not all debugger commands covered by tests
Jan Edmund Lazo
2021-04-08
*
vim-patch:8.2.1393: insufficient testing for script debugging
Jan Edmund Lazo
2021-04-08
*
vim-patch:8.2.1304: debug backtrace isn't tested much
Jan Edmund Lazo
2021-04-08
*
vim-patch:8.2.2714: filetype pattern ending in star is too far up
Jan Edmund Lazo
2021-04-05
[prev]
[next]