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
...
*
|
|
|
|
|
feat: aggregate code actions from all clients (#15121)
Folke Lemaitre
2021-07-18
|
/
/
/
/
/
*
|
|
|
|
fix(ci): remove mongodb from brew to avoid brew upgrade error (#15115)
Oliver Marriott
2021-07-17
*
|
|
|
|
doc(lsp): various small fixes (#15113)
Ido Ariel
2021-07-17
|
/
/
/
/
*
|
|
|
Merge pull request #15078 from bfredl/p_vim_vi
Björn Linse
2021-07-14
|
\
\
\
\
|
*
|
|
|
refactor(options): remove obsolete distinction of "vi" vs "vim" defaults
Björn Linse
2021-07-14
|
*
|
|
|
refactor(options): delet unused P_VIM flag
Björn Linse
2021-07-14
|
|
/
/
/
*
|
|
|
Merge pull request #15017 from donbex/local-file-uri
Michael Lingelbach
2021-07-14
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
feat(vim.uri): Allow URI schemes other than file: without authority
Tom Payne
2021-07-10
|
*
|
|
test(lsp): file URIs do not allow relative paths
Alessandro Pezzoni
2021-07-10
|
*
|
|
test(lsp): file URIs without a hostname
Alessandro Pezzoni
2021-07-10
|
*
|
|
fix(lsp): accept file URIs without a hostname
Alessandro Pezzoni
2021-07-10
*
|
|
|
fix(lsp): pass bufnr for async formatting (#15084)
Michael Lingelbach
2021-07-14
*
|
|
|
Merge pull request #14812 from gpanders/stdin_closed
Björn Linse
2021-07-13
|
\
\
\
\
|
*
|
|
|
Add test case for 'null' stdin mode
Gregory Anders
2021-07-12
|
*
|
|
|
Fix line length clint error
Gregory Anders
2021-07-12
|
*
|
|
|
Rename stdin to stdin_mode
Gregory Anders
2021-07-12
|
*
|
|
|
feat(job): add parameter to close stdin
Gregory Anders
2021-07-12
|
/
/
/
/
*
|
|
|
fix(lsp): avoid ipairs on non-sequential tables (#15059)
Michael Lingelbach
2021-07-11
*
|
|
|
chore(clang): Fix 'Array subscript is undefined' #15057
ansimita
2021-07-11
*
|
|
|
fixup(clipboard): Fix error not properly handled #14984
Shadman
2021-07-11
*
|
|
|
fix(lsp): Ensure human readable errors are printed
Mathias Fussenegger
2021-07-11
*
|
|
|
fix(lsp): Ensure users get feedback on references/symbols errors or empty res...
Mathias Fussenegger
2021-07-11
*
|
|
|
window.c: address Coverity failure #14996
Daniel Steinberg
2021-07-10
*
|
|
|
test/memory_usage_spec: skip on MacOS #15043
Daniel Steinberg
2021-07-10
*
|
|
|
fix(lsp): Add separator between codelens in virttext (#15049)
Mathias Fußenegger
2021-07-10
*
|
|
|
fix(lsp): correctly check for windows in lsp logger (#14954)
Oliver Marriott
2021-07-10
*
|
|
|
Merge pull request #15047 from teto/flake-tests
Matthieu Coudron
2021-07-10
|
\
\
\
\
|
*
|
|
|
chore: add log hander to gen_vimdoc
Matthieu Coudron
2021-07-10
|
*
|
|
|
chore(flake): update inputs
Matthieu Coudron
2021-07-10
|
/
/
/
/
*
|
|
|
feat(lsp): Make line diagnostics display prettier
Mathias Fussenegger
2021-07-09
*
|
|
|
Merge pull request #15036 from vigoux/decurbuf-2
Björn Linse
2021-07-09
|
\
\
\
\
|
*
|
|
|
refactor(undo): don't assume curbuf in u_compute_hash
Thomas Vigouroux
2021-07-09
*
|
|
|
|
Merge pull request #15035 from neovim/marvim/api-doc-update/master
Thomas Vigouroux
2021-07-09
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
docs: regenerate
marvim
2021-07-09
|
/
/
/
/
*
|
|
|
fix(lsp): support duplicate params in signature help (#15032)
Folke Lemaitre
2021-07-09
*
|
|
|
Merge pull request #12971 from vigoux/decurbuf
Björn Linse
2021-07-09
|
\
\
\
\
|
*
|
|
|
refactor(undo): remove last occurence of save_curbuf
Thomas Vigouroux
2021-07-08
|
*
|
|
|
refactor: remove all mentions to `curbuf_lock`
Thomas Vigouroux
2021-07-08
|
*
|
|
|
style(undo): remove unnecessary comment
Thomas Vigouroux
2021-07-06
|
*
|
|
|
fix(qf): use correct buffer field
Thomas Vigouroux
2021-07-06
|
*
|
|
|
buffer: move BUFEMPTY to a function
Thomas Vigouroux
2021-07-06
|
*
|
|
|
undo: reduce reliance on curbuf
Thomas Vigouroux
2021-07-06
|
*
|
|
|
buffer: don't rely on curbuf in BUFEMPTY
Thomas Vigouroux
2021-07-06
*
|
|
|
|
Merge pull request #14908 from neovim/marvim/api-doc-update/master
James McCoy
2021-07-08
|
\
\
\
\
\
|
*
|
|
|
|
docs: regenerate
marvim
2021-07-08
*
|
|
|
|
|
build(cmake): skip download if target file exists #14844)
comicfans
2021-07-08
*
|
|
|
|
|
vim-patch:8.2.3125: variables are set but not used #15028
dundargoc
2021-07-08
*
|
|
|
|
|
vim-patch:8.2.3089: garbage collection has useless code #15027
dundargoc
2021-07-08
|
/
/
/
/
/
*
|
|
|
|
fix(lsp): restore diagnostics extmarks that were moved to the last edit line ...
Folke Lemaitre
2021-07-08
*
|
|
|
|
feat(lsp): highlight active parameter in signature help (#15018)
Folke Lemaitre
2021-07-07
[prev]
[next]