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
Commit message (
Expand
)
Author
Age
*
Merge pull request #17199 from glacambre/fix_9358
bfredl
2022-02-05
|
\
|
*
fix(--headless): do not block on press-enter prompts when no UI
glacambre
2022-02-05
*
|
Merge pull request #17020 from seandewar/vim-8.1.2342
Sean Dewar
2022-02-05
|
\
\
|
*
|
vim-patch:8.2.0233: crash when using garbagecollect() in between rand()
Sean Dewar
2022-02-05
|
*
|
vim-patch:8.1.2357: no test with wrong argument for rand()
Sean Dewar
2022-02-05
|
*
|
vim-patch:8.1.2356: rand() does not use the best algorithm
Sean Dewar
2022-02-05
|
*
|
docs(rand): cherry-pick changes from rt update 0c0734d
Sean Dewar
2022-02-05
|
*
|
vim-patch:8.1.2343: using time() for srand() is not very random
Sean Dewar
2022-02-05
|
*
|
vim-patch:8.1.2342: random number generator in Vim script is slow
Sean Dewar
2022-02-05
|
|
/
*
|
Merge pull request #17290 from dundargoc/ci/simplify-ci-process
James McCoy
2022-02-05
|
\
\
|
*
|
ci: simplify CI process
Dundar Göc
2022-02-04
*
|
|
Merge pull request #17274 from dundargoc/chore/correct-minimum-python-version
James McCoy
2022-02-05
|
\
\
\
|
*
|
|
chore(gen_vimdoc): correct minimum python version
Dundar Göc
2022-02-05
|
/
/
/
*
|
|
Merge pull request #17298 from zeertzjq/vim-8.2.4298
zeertzjq
2022-02-05
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
vim-patch:8.2.4298: divide by zero with huge tabstop value
zeertzjq
2022-02-05
|
/
/
*
|
Merge pull request #17275 from bfredl/keysethl
bfredl
2022-02-05
|
\
\
|
*
|
refactor(api): use a keyset for highlight dicts
Björn Linse
2022-02-02
*
|
|
Merge pull request #17297 from zeertzjq/test-expand
zeertzjq
2022-02-05
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
test(old): add test_expand.vim
zeertzjq
2022-02-05
|
/
/
*
|
Merge pull request #17288 from zeertzjq/vim-8.2.1128
zeertzjq
2022-02-04
|
\
\
|
*
|
vim-patch:8.2.1128: the write message mentions characters, but it's bytes
zeertzjq
2022-02-04
*
|
|
Merge pull request #17287 from zeertzjq/vim-8.1.2133
zeertzjq
2022-02-04
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
vim-patch:8.1.2133: some tests fail when run as root
zeertzjq
2022-02-04
|
/
/
*
|
Merge pull request #17152 from zeertzjq/vim-8.2.3583
zeertzjq
2022-02-04
|
\
\
|
*
|
test: convert some search stat screendump tests to Lua screen tests
zeertzjq
2022-02-04
|
*
|
vim-patch:8.2.3583: the "gd" and "gD" commands do not update search stats
zeertzjq
2022-02-04
|
*
|
test(old): fix test order in test_search_stat.vim
zeertzjq
2022-02-04
|
/
/
*
|
Merge pull request #17272 from zeertzjq/vim-8.1.0846
zeertzjq
2022-02-04
|
\
\
|
*
|
vim-patch:8.2.3797: no good reason to limit the message history in tiny version
zeertzjq
2022-02-04
|
*
|
vim-patch:8.2.0687: some tests do not work on FreeBSD
zeertzjq
2022-02-04
|
*
|
vim-patch:8.2.0352: FreeBSD: test for sourcing utf-8 is skipped
zeertzjq
2022-02-04
|
*
|
vim-patch:8.2.0305: relativenumber test fails on some systems
zeertzjq
2022-02-04
|
*
|
vim-patch:8.1.2358: tests fail on Cirrus CI for FreeBSD
zeertzjq
2022-02-04
|
*
|
vim-patch:8.1.0884: double check for bsd systems
zeertzjq
2022-02-04
|
*
|
vim-patch:8.1.0878: test for has('bsd') fails on some BSD systems
zeertzjq
2022-02-04
|
*
|
docs: update feature-list
zeertzjq
2022-02-04
|
*
|
vim-patch:8.1.0846: not easy to recognize the system Vim runs on
zeertzjq
2022-02-04
*
|
|
Merge pull request #17283 from dundargoc/ci/reduce-log-output
James McCoy
2022-02-03
|
\
\
\
|
*
|
|
ci: only show last 100 lines of log on error
Dundar Göc
2022-02-03
|
/
/
/
*
|
|
Merge pull request #17282 from dundargoc/chore/remove-duplicate-entry
James McCoy
2022-02-03
|
\
\
\
|
*
|
|
chore(gen_vimdoc): remove duplicate extmark.c entry
Dundar Göc
2022-02-03
|
|
/
/
*
|
|
Merge pull request #16976 from seandewar/vim-8.2.4018
Sean Dewar
2022-02-03
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix(api/nvim_win_call): share common win_execute logic
Sean Dewar
2022-02-03
|
*
|
vim-patch:8.2.4028: ml_get error with :doautoall and Visual area
Sean Dewar
2022-02-03
|
*
|
vim-patch:8.2.4026: ml_get error with specific win_execute() command
Sean Dewar
2022-02-03
|
*
|
vim-patch:8.2.4018: ml_get error when win_execute redraws with Visual selection
Sean Dewar
2022-02-03
|
/
/
*
|
Merge pull request #16818 from zeertzjq/vim-8.2.3454
zeertzjq
2022-02-03
|
\
\
|
*
|
vim-patch:8.2.3678: illegal memory access
zeertzjq
2022-01-29
|
*
|
vim-patch:8.2.3581: reading character past end of line
zeertzjq
2022-01-29
|
*
|
vim-patch:8.2.3540: the mark '] is wrong after put with a count
zeertzjq
2022-01-29
[next]