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
/
runtime
/
lua
/
vim
Commit message (
Expand
)
Author
Age
...
|
*
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(jumplist): allow opting out of removing unloaded buffers (#29347)
zeertzjq
2024-06-30
|
*
refactor: use `vim._with` where possible
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
|
*
|
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
|
|
/
|
*
feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323
Tom Praschan
2024-06-24
|
*
refactor(filetype): change some patterns to extensions (#29472)
zeertzjq
2024-06-24
|
*
perf(treesitter): remove unnecessary foldexpr loop
Riley Bruins
2024-06-24
|
*
fix(treesitter): do not modify highlight state for _on_spell_nav
Luuk van Baal
2024-06-24
|
*
vim-patch:9.1.0506: filetype: .envrc & .prettierignore not recognized
Christian Clason
2024-06-21
|
*
fix(treesitter): don't open fold when o/O adds a line below #28709
Jaehwang Jung
2024-06-20
|
*
vim-patch:9.1.0505: filetype: Faust files are not recognized (#29426)
zeertzjq
2024-06-20
|
*
fix(diagnostics): don't apply extmarks to invalid lines #29321
Riley Bruins
2024-06-19
|
*
vim-patch:9718ed7: runtime(filetype): update htmldjango detection
Christian Clason
2024-06-19
|
*
docs(news): fix inconsistencies (#29381)
zeertzjq
2024-06-18
|
*
Merge pull request #29357 from luukvbaal/statuscol
zeertzjq
2024-06-17
|
|
\
|
|
*
feat(column)!: rework 'statuscolumn' %r/l items
Luuk van Baal
2024-06-16
|
*
|
vim-patch:9.1.0492: filetype: Vim-script files not detected by shebang line
Christian Clason
2024-06-16
|
*
|
docs: document 'list' behavior when 'listchars' excludes "tab" (#29360)
zeertzjq
2024-06-16
|
|
/
|
*
vim-patch:9.1.0486: filetype: Snakemake files are not recognized
Christian Clason
2024-06-15
|
*
fix(defaults): default @/Q broken when 'ignorecase' is set (#29343)
Jerry
2024-06-15
|
*
docs: misc (#29229)
dundargoc
2024-06-15
|
*
vim-patch:c509c00: runtime(doc): fix wrong helptag for :defer
zeertzjq
2024-06-15
|
*
vim-patch:d6d4e13: runtime(doc): rewrite mkdir() doc and simplify {flags} mea...
zeertzjq
2024-06-15
|
*
fix(lsp): tune completion word extraction for decorated labels (#29331)
Mathias Fußenegger
2024-06-14
|
*
refactor(lsp): use metatable for buf_versions (#29304)
Ilia Choly
2024-06-14
|
*
fix(lsp): check for nil response from server (#29196)
Tama McGlinn
2024-06-14
|
*
fix(terminal): set local values of window options (#29326)
zeertzjq
2024-06-14
|
*
vim-patch:d353d27: runtime(doc): restore description of "$" in col() and virt...
zeertzjq
2024-06-14
|
*
vim-patch:02f3eba: runtime(doc): deduplicate getpos(), line(), col(), virtcol()
zeertzjq
2024-06-14
|
*
Merge pull request #29103 from gpanders/test-no-tgc
Gregory Anders
2024-06-12
|
|
\
|
|
*
fix(vim.text): remove assert from vim.text.hexdecode
Gregory Anders
2024-05-31
|
*
|
Merge pull request #29303 from lewis6991/fix/wobuf
Lewis Russell
2024-06-12
|
|
\
\
|
|
*
|
fix(vim.wo): never allow non-zero bufnr
Lewis Russell
2024-06-12
|
*
|
|
refactor(terminal): move :terminal defaults to _defaults.lua
Gregory Anders
2024-06-12
|
|
/
/
|
*
|
vim-patch:210b39c: runtime(doc): clarify documentation for "v" position at li...
zeertzjq
2024-06-12
|
*
|
fix(types): add some vim.fn type annotations
notomo
2024-06-11
|
*
|
fix(types): use vararg return type annotation
Will Hopkins
2024-06-11
|
*
|
refactor(lua): improve type annotations
Lewis Russell
2024-06-11
|
*
|
fix(lsp): do not reset buf version when detaching client (#29242)
Ilia Choly
2024-06-10
|
*
|
Merge #29238 from clason/feat/help-toc
Justin M. Keyes
2024-06-10
|
|
\
\
|
|
*
|
feat(help): use treesitter for table of contents
Christian Clason
2024-06-09
|
*
|
|
fix(glob): handle overlapping `{}` condition elements #29236
Jon Huhn
2024-06-10
|
*
|
|
feat(lsp): include end_col, end_lnum in vim.lsp.buf.locations_to_items #29164
Tom Praschan
2024-06-09
[prev]
[next]