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
...
|
|
*
|
docs: graduate gui.txt to "flow layout"
Justin M. Keyes
2024-12-05
|
|
*
|
docs: help tags for neovim.io searches
Justin M. Keyes
2024-12-04
|
*
|
|
fix(defaults): don't replace keycodes in Visual search mappings (#31460)
zeertzjq
2024-12-05
|
*
|
|
vim-patch:9.1.0903: potential overflow in spell_soundfold_wsal() (#31456)
glepnir
2024-12-05
|
*
|
|
vim-patch:9.1.0905: Missing information in CompleteDone event (#31455)
glepnir
2024-12-05
|
*
|
|
test(system_spec): check for .git dir before using git (#31458)
zeertzjq
2024-12-05
|
*
|
|
refactor(runtime.c): misc
Lewis Russell
2024-12-04
|
*
|
|
misc: keep deprecated vim.loader.disable stub (#31450)
Gregory Anders
2024-12-04
|
*
|
|
docs: mention new terminal defaults (#31449)
Gregory Anders
2024-12-04
|
*
|
|
feat(diagnostic): vim.diagnostic.setqflist improvements #30868
Jeremy Fleischman
2024-12-04
|
|
/
/
|
*
|
test(screen): adjust screen state per stylua #31441
luukvbaal
2024-12-04
|
*
|
Merge #31358 fix test failures for release / tarball builds
Justin M. Keyes
2024-12-04
|
|
\
\
|
|
*
|
test(marktree): expose test functions in release builds
James McCoy
2024-12-03
|
|
*
|
ci: run tests directly rather than via the Makefile
James McCoy
2024-12-03
|
|
*
|
test(main_spec): make "nvim -v" test agnostic to build type
James McCoy
2024-12-03
|
|
*
|
test(version_spec): expect vim.NIL, not nil, for "build" if not in a git clone
James McCoy
2024-12-03
|
|
*
|
test(main_spec): use CMakePresets.json instead of .git for root marker
James McCoy
2024-12-03
|
|
*
|
ci(test): remove the .git directory for Linux
James McCoy
2024-12-03
|
|
*
|
ci: run one set of tests with a release build
James McCoy
2024-12-03
|
*
|
|
fix(vim.system): close pipe handles after process handle
Lewis Russell
2024-12-04
|
*
|
|
defaults: disable 'number', 'relativenumber', and 'signcolumn' in terminal bu...
Gregory Anders
2024-12-04
|
*
|
|
fix(column): check if signcolumn changed in all windows #31439
luukvbaal
2024-12-04
|
*
|
|
feat(lsp): deprecate vim.lsp.start_client #31341
Maria José Solano
2024-12-04
|
*
|
|
vim-patch:9.1.0902: filetype: Conda configuration files are not recognized (#...
zeertzjq
2024-12-04
|
*
|
|
docs: misc, help tags for neovim.io searches #31428
Justin M. Keyes
2024-12-03
|
*
|
|
fix(clipboard): tmux clipboard depends on $TMUX #31268
wzy
2024-12-03
|
*
|
|
fix(decorator): noisy errors from decoration provider #31418
JD
2024-12-03
|
|
/
/
|
*
|
Merge pull request #31408 from jamessan/vterm-test-fixture
James McCoy
2024-12-03
|
|
\
\
|
|
*
|
test(vterm): move test functions into vterm_test fixture
James McCoy
2024-12-02
|
|
/
/
|
*
|
vim-patch:9.1.0900: Vim9: digraph_getlist() does not accept bool arg (#31431)
zeertzjq
2024-12-03
|
*
|
docs: provide example for configuring LSP foldexpr (#31411)
Gregory Anders
2024-12-02
|
*
|
fix(extmark): builtin completion can still affect nearby extmarks #31387
luukvbaal
2024-12-02
|
*
|
test(treesitter): global highlight definitions and fold test #31407
luukvbaal
2024-12-02
|
*
|
fix(api): deprecate nvim_subscribe, nvim_unsubscribe #30456
Justin M. Keyes
2024-12-02
|
*
|
vim-patch:768728b: runtime(doc): Update documentation for "noselect" in 'comp...
dundargoc
2024-12-02
|
*
|
vim-patch:9a39483: runtime(typst): provide a formatlistpat in ftplugin
Christian Clason
2024-12-02
|
*
|
fix(ui): clamp 'cmdheight' for other tabpages on screen resize (#31419)
zeertzjq
2024-12-02
|
*
|
fix(api): make `nvim_set_hl()` respect all `cterm` attributes (#31390)
Evgeni Chasnovski
2024-12-02
|
*
|
vim-patch:9.1.0899: default for 'backspace' can be set in C code (#31416)
zeertzjq
2024-12-02
|
*
|
docs: example keybind for :Inspect #31391
C.D. MacEachern
2024-12-01
|
*
|
Merge pull request #31370 from glepnir/vim-9.1.0867
zeertzjq
2024-11-30
|
|
\
\
|
|
*
|
vim-patch:9.1.0896: completion list wrong after v9.1.0891
glepnir
2024-11-30
|
|
*
|
vim-patch:9.1.0891: building the completion list array is inefficient
glepnir
2024-11-30
|
|
*
|
vim-patch:9.1.0867: ins_compl_add() has too many args
glepnir
2024-11-28
|
*
|
|
vim-patch:9.1.0898: runtime(compiler): pytest compiler not included
Christian Clason
2024-11-30
|
*
|
|
vim-patch:9.1.0897: filetype: pyrex files are not detected
Christian Clason
2024-11-30
|
*
|
|
vim-patch:dd21c89: runtime(compiler): update eslint compiler
Christian Clason
2024-11-30
|
*
|
|
docs(diagnostics): location list / quickfix example #31371
Yochem van Rosmalen
2024-11-29
|
*
|
|
refactor: gen_declarations.lua
Lewis Russell
2024-11-29
|
*
|
|
feat(lsp): support `textDocument/foldingRange` (#31311)
Yi Ming
2024-11-29
[prev]
[next]