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
/
doc
Commit message (
Expand
)
Author
Age
...
|
*
|
feat: get/set namespace properties #28728
altermo
2024-06-07
|
*
|
fix(lsp): revert buf_versions deprecation/replacement (#29217)
Mathias Fußenegger
2024-06-07
|
*
|
docs: misc (#28837)
dundargoc
2024-06-07
|
*
|
feat(editorconfig): add support for spelling_language (#28638)
sus-domesticus
2024-06-06
|
*
|
vim-patch:92f4e91: runtime(vim): Update base-syntax, allow whitespace before ...
zeertzjq
2024-06-06
|
*
|
vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt'
zeertzjq
2024-06-06
|
*
|
vim-patch:2a2c4ff: runtime(doc): clarify how fuzzy 'completeopt' should work
zeertzjq
2024-06-05
|
*
|
vim-patch:9.1.0463: no fuzzy-matching support for insert-completion
zeertzjq
2024-06-05
|
*
|
refactor(lua): use tuple syntax everywhere #29111
Ilia Choly
2024-06-04
|
*
|
vim-patch:9.1.0464: no whitespace padding in commentstring option in ftplugins
Christian Clason
2024-06-04
|
*
|
vim-patch:e299591: runtime(doc): clarify 'shortmess' flag "S" (#29131)
zeertzjq
2024-06-02
|
*
|
vim-patch:0bdc5d8: runtime(doc): Add ft_hare.txt to Reference Manual TOC (#29...
zeertzjq
2024-06-01
|
*
|
refactor(lsp): use predefined types in util function signatures (#29095)
Ilia Choly
2024-05-31
|
*
|
vim-patch:9.1.0454: minor issues in test_filetype with rasi test
Christian Clason
2024-05-31
|
*
|
vim-patch:9.1.0453: filetype: rasi files are not recognized
Christian Clason
2024-05-31
|
|
/
|
*
refactor(lsp): replace util.buf_versions with changedtick (#28943)
Mathias Fußenegger
2024-05-30
|
*
feat: add "jump" options to vim.diagnostic.config() (#29067)
Gregory Anders
2024-05-28
|
*
feat(defaults): use vim.diagnostic.jump() for default mappings (#29066)
Gregory Anders
2024-05-28
|
*
Merge pull request #27339 from MariaSolOs/completion
Gregory Anders
2024-05-28
|
|
\
|
|
*
feat(snippet): add default keymaps during snippet session
Maria José Solano
2024-05-28
|
|
*
feat(lsp): completion side effects
Maria José Solano
2024-05-27
|
*
|
feat(diagnostic): add vim.diagnostic.jump() (#26745)
Gregory Anders
2024-05-28
|
*
|
refactor: deprecate vim.region() #28416
Justin M. Keyes
2024-05-28
|
*
|
perf: add fast path to vim.validate (#28977)
Gregory Anders
2024-05-27
|
*
|
vim-patch:9.1.0442: hare runtime files outdated (#29011)
zeertzjq
2024-05-26
|
*
|
fix(lsp): handle nil root_dir in health check (#29007)
Mathias Fußenegger
2024-05-25
|
*
|
feat(main): expand file ~\ or ~/ prefix on Windows (#28515)
Rafael Kitover
2024-05-25
|
*
|
refactor(lua): rewrite vim.highlight.range() (#28986)
zeertzjq
2024-05-25
|
*
|
Merge pull request #28617 from glepnir/border_hl
bfredl
2024-05-25
|
|
\
\
|
|
*
|
fix(float): missing default highlight for title
glepnir
2024-05-25
|
*
|
|
vim-patch:9.1.0444: Not enough tests for getregion() with multibyte chars (#2...
zeertzjq
2024-05-25
|
*
|
|
vim-patch:5e45715: runtime(typescript): update outdated syntax files
Christian Clason
2024-05-25
|
*
|
|
vim-patch:9.1.0443: Can't use blockwise selection with width for getregion() ...
zeertzjq
2024-05-25
|
|
|
/
|
|
/
|
*
|
|
Merge remote-tracking branch 'upstream/master' into mix_20240309
Josh Rahm
2024-05-24
|
\
|
|
|
*
|
docs: update LSP quickstart (#28954)
Gregory Anders
2024-05-24
|
*
|
feat(defaults): add LSP default mappings (again) (#28650)
Gregory Anders
2024-05-24
|
*
|
fix(fs): make vim.fs.root work for relative paths and unnamed buffers (#28964)
Gregory Anders
2024-05-24
|
*
|
feat(complete): specify reason for CompleteDone
Famiu Haque
2024-05-24
|
*
|
docs: extract health to its own file
dundargoc
2024-05-24
|
*
|
vim-patch:9.1.0439: Cannot filter the history (#28958)
zeertzjq
2024-05-24
|
*
|
vim-patch:9.1.0441: getregionpos() can't properly indicate positions beyond e...
zeertzjq
2024-05-24
|
*
|
fix(comment): fall back to using trimmed comment markers (#28938)
Evgeni Chasnovski
2024-05-23
|
*
|
vim-patch:9.1.0430: getregionpos() doesn't handle one char selection (#28924)
zeertzjq
2024-05-23
|
*
|
docs: move vim.health documentation to lua.txt
dundargoc
2024-05-22
|
*
|
vim-patch:d1d9316: runtime(zig): refactor zig ftplugin, remove auto format (#...
Gregory Anders
2024-05-21
|
*
|
docs: how to get core dump files #28826
Jongwook Choi
2024-05-21
|
*
|
fix(lsp): semantic token functions allow "0" bufnr #28849
Riley Bruins
2024-05-21
|
*
|
feat(signs)!: place higher-priority signs from the left #27781
Tobias Schmitz
2024-05-21
|
*
|
vim-patch:9.1.0423: getregionpos() wrong with blockwise mode and multibyte
zeertzjq
2024-05-20
|
*
|
vim-patch:9.1.0394: Cannot get a list of positions describing a region
zeertzjq
2024-05-20
[prev]
[next]