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
Commit message (
Expand
)
Author
Age
*
fix(ex_cmds): fix a mistake in the porting of Vim patch 8.1.0306 (#21096)
zeertzjq
2022-11-18
*
vim-patch:9.0.0897: Clinical Quality Language files are not recognized (#21094)
Matthew Gramigna
2022-11-18
*
vim-patch:8.2.1497: CursorHold test is flaky (#21095)
zeertzjq
2022-11-18
*
Merge pull request #21078 from dundargoc/refactor/remove-wint
bfredl
2022-11-17
|
\
|
*
refactor: remove __STDC_ISO_10646__ check
dundargoc
2022-11-17
*
|
Merge pull request #21090 from zeertzjq/vim-8.2.2945
zeertzjq
2022-11-17
|
\
\
|
*
|
fix(memline): use long instead of linenr_T for db_line_count
zeertzjq
2022-11-17
|
*
|
vim-patch:9.0.0895: file renamed twice in test, missing feature check
zeertzjq
2022-11-17
|
*
|
vim-patch:8.2.3498: recover test may fail on some systems
zeertzjq
2022-11-17
|
*
|
vim-patch:8.2.3440: recover test fails if there is an old swap file
zeertzjq
2022-11-17
|
*
|
vim-patch:8.2.3103: swap test may fail on some systems
zeertzjq
2022-11-17
|
*
|
vim-patch:8.2.3080: recover test fails on 32bit systems
zeertzjq
2022-11-17
|
*
|
vim-patch:8.2.2981: recovery test is not run on big-endian systems
zeertzjq
2022-11-17
|
*
|
vim-patch:8.2.2973: fix for recovery and diff mode not tested
zeertzjq
2022-11-17
|
*
|
vim-patch:8.2.2960: swap file recovery not sufficiently tested
zeertzjq
2022-11-17
|
*
|
vim-patch:8.2.2952: recover test fails on big endian systems
zeertzjq
2022-11-17
|
*
|
vim-patch:8.2.2945: some buffer related code is not tested
zeertzjq
2022-11-17
*
|
|
refactor: deprecate 'secure' option
Gregory Anders
2022-11-17
*
|
|
feat(exrc): use vim.secure.read() for 'exrc' option
Gregory Anders
2022-11-17
|
/
/
*
|
vim-patch:8.2.2589: recover test hangs in the GUI
zeertzjq
2022-11-17
*
|
vim-patch:8.2.2587: recover test fails on FreeBSD
zeertzjq
2022-11-17
*
|
vim-patch:8.2.2586: process id may be invalid
zeertzjq
2022-11-17
|
/
*
vim-patch:8.2.3042: swap file test fails
zeertzjq
2022-11-17
*
vim-patch:8.2.3041: detecting if the process of a swap file is running fails
zeertzjq
2022-11-17
*
vim-patch:8.2.2044: MS-Windows: swap file test sometimes fails
zeertzjq
2022-11-17
*
vim-patch:8.2.2026: Coverity warns for possibly using not NUL terminated string
zeertzjq
2022-11-17
*
vim-patch:8.2.2019: swap file test fails on MS-Windows
zeertzjq
2022-11-17
*
vim-patch:8.2.2016: swap file test is a little flaky
zeertzjq
2022-11-17
*
vim-patch:8.2.1970: it is easy to make mistakes when cleaning up swap files
zeertzjq
2022-11-17
*
vim-patch:8.2.1260: there is no good test for CursorHold (#21086)
zeertzjq
2022-11-17
*
vim-patch:9.0.0300: 'cpoptions' tests are flaky (#21081)
zeertzjq
2022-11-17
*
fix(api): nvim_win_set_cursor redraw cursorcolumn for non-current window (#21...
Jlll1
2022-11-17
*
fix(api): nvim_buf_get_text regression (#21071)
Lewis Russell
2022-11-15
*
refactor: convert drawline.c draw states to enum (#21067)
luukvbaal
2022-11-15
*
vim-patch:9.0.0884: mouse shape remains in op-pending mode after failed chang...
zeertzjq
2022-11-15
*
Merge pull request #20157 from dundargoc/build/iwyu
bfredl
2022-11-15
|
\
|
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
|
Merge pull request #21031 from dundargoc/fix/windows
bfredl
2022-11-15
|
\
\
|
|
/
|
/
|
|
*
ci(windows): treat compiler warnings as errors
dundargoc
2022-11-14
*
|
vim-patch:9.0.0882: using freed memory after SpellFileMissing autocmd uses bw...
zeertzjq
2022-11-15
*
|
vim-patch:9.0.0883: a silent mapping may cause dots on the command line (#21061)
zeertzjq
2022-11-15
|
/
*
feat(lua-api): avoid unnecessary allocations (#19877)
Lewis Russell
2022-11-14
*
vim-patch:9.0.0878: Coverity warns for dead code (#21053)
zeertzjq
2022-11-14
*
vim-patch:8.2.4038: various code not used when features are disabled (#21049)
zeertzjq
2022-11-14
*
vim-patch:8.2.4001: insert complete code uses global variables
zeertzjq
2022-11-14
*
test(old): add missing lines from Vim patch 8.2.0522 (#21048)
zeertzjq
2022-11-14
*
vim-patch:9.0.0872: code is indented more than needed (#21046)
zeertzjq
2022-11-14
*
Merge pull request #21033 from bfredl/winfix
bfredl
2022-11-13
|
\
|
*
fix(ui): fix some cases of stale highlight definitions
bfredl
2022-11-13
*
|
Merge pull request #20984 from notomo/fix-message-kind-on-history
bfredl
2022-11-13
|
\
\
[next]