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
...
|
|
*
vim-patch:aaaa21b: runtime(doc): Remove wrong help tag CTRL-SHIFT-CR
zeertzjq
2024-07-06
|
|
*
vim-patch:6a4afb1: runtime(doc): document further keys that scroll page up/down
zeertzjq
2024-07-06
|
*
|
feat(lsp): drop fswatch, use inotifywait (#29374)
Andreas Schneider
2024-07-06
|
*
|
docs(lsp): add examples to lsp-quickstart for completion and autoformatting (...
Gregory Anders
2024-07-06
|
*
|
fix(glob): avoid `subcapture nesting too deep` error (#29520)
Zoltán Nyikos
2024-07-06
|
|
/
|
*
vim-patch:9.1.0532: filetype: Cedar files not recognized
Christian Clason
2024-07-06
|
*
refactor(eval): use uv_random() for init_srand() (#29575)
zeertzjq
2024-07-05
|
*
fix(treesitter): display fields for anonymous nodes in :InspectTree
Riley Bruins
2024-07-05
|
*
vim-patch:9.1.0524: the recursive parameter in the *_equal functions can be r...
zeertzjq
2024-07-05
|
*
vim-patch:9.1.0526: Unwanted cursor movement with pagescroll at start of buff...
luukvbaal
2024-07-05
|
*
vim-patch:9.1.0525: Right release selects immediately when pum is truncated. ...
zeertzjq
2024-07-05
|
*
fix(mouse): don't treat click on hsep as click on statusline (#29565)
zeertzjq
2024-07-05
|
*
vim-patch:9.1.0529: silent! causes following try/catch to not work (#29567)
zeertzjq
2024-07-05
|
*
vim-patch:9.1.0528: spell completion message still wrong in translations (#29...
zeertzjq
2024-07-05
|
*
docs: misc (#29410)
dundargoc
2024-07-05
|
*
vim-patch:3146d63: runtime(netrw): fix remaining case of register clobber
Christian Clason
2024-07-04
|
*
vim-patch:11d5992: runtime(rust): use shiftwidth() in indent script
Christian Clason
2024-07-04
|
*
fix(diagnostic): make docs agree with code (#29561)
Peter Aronoff
2024-07-04
|
*
build(macos): disable deduplication in link step
Christian Clason
2024-07-04
|
*
vim-patch:2fbcc15: runtime(terraform): Add filetype plugin for terraform
Christian Clason
2024-07-04
|
*
vim-patch:3d2a996: runtime(dockerfile): enable spellchecking of comments in s...
Christian Clason
2024-07-04
|
*
vim-patch:2606e77: runtime(doc): rename variable for pandoc markdown support
Christian Clason
2024-07-04
|
*
build(deps): bump luajit to HEAD - 04dca7911
Christian Clason
2024-07-04
|
*
refactor: add assertion for v_blob in tv_ptr() (#29554)
zeertzjq
2024-07-04
|
*
fix(lua): use rawget() to get __call in vim.is_callable() (#29536)
Tyler Miller
2024-07-04
|
*
fix(runtime): stop treesitter highlight in b:undo_ftplugin (#29533)
zeertzjq
2024-07-03
|
*
test: starting and stopping treesitter highlight (#29546)
zeertzjq
2024-07-03
|
*
fix(treesitter): ensure syntaxset augroup exists (#29542)
zeertzjq
2024-07-03
|
*
fix(lsp): fallback to `label` for completion items if all others are missing ...
Sebastian Lyng Johansen
2024-07-02
|
*
feat(win32): embed executable icon
alex-tdrn
2024-07-02
|
*
build(deps): fix formatc target on MSVC
dundargoc
2024-07-02
|
*
fix(runtime): update b:undo_ftplugin in Lua runtime files (#29529)
zeertzjq
2024-07-01
|
*
feat(jumplist): allow opting out of removing unloaded buffers (#29347)
zeertzjq
2024-06-30
|
*
refactor: remove special handling for lowercase German sharp s
dundargoc
2024-06-29
|
*
Merge pull request #29467 from bfredl/shadapack2
bfredl
2024-06-29
|
|
\
|
|
*
refactor(shada): don't use msgpack_packer for shada
bfredl
2024-06-27
|
*
|
refactor: remove special-case conversion for german sharp s
dundargoc
2024-06-29
|
*
|
refactor: use `vim._with` where possible
dundargoc
2024-06-28
|
*
|
refactor: replace utf_convert with utf8proc conversion functions
dundargoc
2024-06-28
|
*
|
build: add utf8proc as dependency
dundargoc
2024-06-28
|
|
/
|
*
Merge pull request #29483 from bfredl/nonbinary
bfredl
2024-06-27
|
|
\
|
|
*
refactor(typval)!: remove distinction of binary and nonbinary strings
bfredl
2024-06-27
|
*
|
fix(lsp): pre-filter matches on label if filterText is missing (#29491)
Mathias Fußenegger
2024-06-27
|
*
|
fix(lsp): avoid vim.keymap.del error when stopping a client (#29478)
Matt Fellenz
2024-06-26
|
*
|
Merge pull request #29280 from echasnovski/with-owobogo
dundargoc
2024-06-26
|
|
\
\
|
|
*
|
feat(lua): add `context.env` (environment variables) to `vim._with()`
Evgeni Chasnovski
2024-06-24
|
|
*
|
feat(lua): update `vim._with` to allow more granular option contexts
Evgeni Chasnovski
2024-06-24
|
|
*
|
test(lua): cover `vim._with()` with tests
Evgeni Chasnovski
2024-06-24
|
*
|
|
ci(lintcommit): allow capitalized letter after colon in description (#29480)
zeertzjq
2024-06-26
|
|
|
/
|
|
/
|
|
*
|
vim-patch:9.1.0516: need more tests for nested dicts and list comparison (#29...
Yinzuo Jiang
2024-06-25
[prev]
[next]