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 #21173 from zeertzjq/vim-8.2.3698
zeertzjq
2022-11-24
|
|
\
\
|
|
*
|
vim-patch:8.2.4062: match highlighting of tab too short
zeertzjq
2022-11-24
|
|
*
|
vim-patch:8.2.3940: match highlight disappears when doing incsearch for ":s/pat"
zeertzjq
2022-11-24
|
|
*
|
vim-patch:8.2.3698: match highlighting continues over breakindent
zeertzjq
2022-11-24
|
|
/
/
|
*
|
vim-patch:partial:b59ae59a5870 (#21170)
Sean Dewar
2022-11-24
|
*
|
docs(news): add diagnostic suffix (#21141)
beardedsakimonkey
2022-11-23
|
*
|
docs(lua): add clarifications for fs.find() and fs.normalize() (#21132)
AzerAfram
2022-11-24
|
*
|
build(nix): update nixpkgs
Paul Schyska
2022-11-24
|
*
|
Merge pull request #21163 from zeertzjq/vim-9.0.0925
zeertzjq
2022-11-23
|
|
\
\
|
|
*
|
refactor: maybe suppress a PVS warning
zeertzjq
2022-11-23
|
|
*
|
vim-patch:9.0.0926: Coverity warns for not using return value of dict_add()
zeertzjq
2022-11-23
|
|
*
|
vim-patch:9.0.0925: two conditions are always false
zeertzjq
2022-11-23
|
|
/
/
|
*
|
fix(options): fix local 'sidescrolloff' doesn't work for mouse (#21162)
zeertzjq
2022-11-23
|
*
|
vim-patch:partial:9.0.0917: the WinScrolled autocommand event is not enough (...
zeertzjq
2022-11-23
|
*
|
vim-patch:9.0.0922: Mermaid files are not recognized (#21160)
Christian Clason
2022-11-22
|
*
|
build(deps): update viml parser and queries (#21158)
Christian Clason
2022-11-22
|
*
|
Merge pull request #20151 from dundargoc/refactor/char_u/13
bfredl
2022-11-22
|
|
\
\
|
|
*
|
refactor: replace char_u with char
Dundar Göc
2022-11-19
|
*
|
|
test: simplify platform detection (#21020)
dundargoc
2022-11-22
|
*
|
|
refactor: remove old TODO comments that aren't relevant anymore (#21144)
dundargoc
2022-11-22
|
*
|
|
fix: pvs warnings (#21145)
dundargoc
2022-11-22
|
*
|
|
Merge pull request #21149 from zeertzjq/vim-9.0.0916
zeertzjq
2022-11-22
|
|
\
\
\
|
|
*
|
|
vim-patch:9.0.0916: getbufline() is inefficient for getting a single line
zeertzjq
2022-11-22
|
|
*
|
|
vim-patch:8.2.2479: set/getbufline test fails without the job feature
zeertzjq
2022-11-22
|
|
*
|
|
vim-patch:8.2.2435: setline() gives an error for some types
zeertzjq
2022-11-22
|
|
/
/
/
|
*
|
|
fix(diagnostic): correct type annotations; add Diagnostic type (#21120)
Mathias Fußenegger
2022-11-21
|
*
|
|
build(editorconfig): set indent_size to 4 for python files (#21135)
dundargoc
2022-11-21
|
*
|
|
feat(lsp): support set title in lsp relate floatwindow (#21110)
Raphael
2022-11-21
|
*
|
|
feat(diagnostic): add `suffix` option to `virt_text` config (#21140)
beardedsakimonkey
2022-11-20
|
*
|
|
feat(diagnostic): add `suffix` option to `open_float()` (#21130)
beardedsakimonkey
2022-11-20
|
*
|
|
Merge pull request #21136 from zeertzjq/vim-9.0.0913
zeertzjq
2022-11-20
|
|
\
\
\
|
|
*
|
|
test: add a test for #18222
zeertzjq
2022-11-20
|
|
*
|
|
vim-patch:9.0.0915: WinScrolled may trigger immediately when defined
zeertzjq
2022-11-20
|
|
*
|
|
vim-patch:partial:9.0.0913: only change in current window triggers the WinScr...
zeertzjq
2022-11-20
|
|
/
/
/
|
*
|
|
docs(support): update tested versions (#21126)
dundargoc
2022-11-20
|
*
|
|
test: use isCI to simplify CI detection (#21134)
dundargoc
2022-11-20
|
|
/
/
|
*
|
perf(diagnostic): use api variable and improve validate (#21111)
Raphael
2022-11-19
|
*
|
test: fix failing tui_spec.lua tests (#21117)
Jakub Łuczyński
2022-11-19
|
*
|
fix(lsp): ignore hover and signatureHelp responses on buffer change (#21121)
Grzegorz Rozdzialik
2022-11-19
|
*
|
vim-patch:partial:d13166e788fc (#21109)
Sean Dewar
2022-11-19
|
*
|
feat(lsp): run handler in coroutine to support async response (#21026)
Mathias Fußenegger
2022-11-19
|
*
|
vim-patch:8.2.5130: edit test for mode message fails when using valgrind (#21...
zeertzjq
2022-11-19
|
*
|
vim-patch:8.2.5148: invalid memory access when using expression on command li...
zeertzjq
2022-11-19
|
*
|
vim-patch:8.2.5167: get(Fn, 'name') on funcref returns special byte code (#21...
zeertzjq
2022-11-19
|
*
|
vim-patch:8.2.0260: several lines of code are duplicated (#21108)
zeertzjq
2022-11-19
|
*
|
feat(clipboard): added wayclip support (#21091)
XDream8
2022-11-18
|
*
|
Merge pull request #21104 from zeertzjq/vim-8.2.0469
zeertzjq
2022-11-18
|
|
\
\
|
|
*
|
vim-patch:8.2.0469: Vim9: no error for missing ] after list
zeertzjq
2022-11-18
|
|
*
|
vim-patch:8.2.0450: not enough testing for restricted mode and function calls
zeertzjq
2022-11-18
|
|
/
/
|
*
|
Merge pull request #21103 from zeertzjq/vim-8.2.4553
zeertzjq
2022-11-18
|
|
\
\
[prev]
[next]