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
/
shared.lua
Commit message (
Expand
)
Author
Age
*
fix: resolve all remaining LuaLS diagnostics
Lewis Russell
2025-01-27
*
feat(docs): "yxx" runs Lua/Vimscript code examples #31904
Riley Bruins
2025-01-09
*
feat(lsp): add vim.lsp.config and vim.lsp.enable
Lewis Russell
2024-12-10
*
docs: fix type of vim.validate value
Maria José Solano
2024-12-09
*
refactor: add vim._resolve_bufnr
Lewis Russell
2024-12-07
*
feat(lsp): support `textDocument/foldingRange` (#31311)
Yi Ming
2024-11-29
*
perf(lsp): use faster version of str_byteindex
Lewis Russell
2024-11-11
*
fix: another round of type annotation fixes
Lewis Russell
2024-10-31
*
feat(vim.validate): improve fast form and deprecate spec form
Lewis Russell
2024-10-21
*
feat(deprecations): vim._defer_deprecated_module()
Justin M. Keyes
2024-10-21
*
fix(types): add narrower vim.validate types
Maria José Solano
2024-10-18
*
perf(validate): use lighter version
Lewis Russell
2024-10-17
*
fix(lua): revert vim.tbl_extend behavior change and document it
Christian Clason
2024-09-08
*
fix(lua): allows tables with integer keys to be merged in tbl_deep_extend
Lewis Russell
2024-09-04
*
fix(lua): use rawget() to get __call in vim.is_callable() (#29536)
Tyler Miller
2024-07-04
*
refactor: use `vim._with` where possible
dundargoc
2024-06-28
*
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(lua): add `vim._with`
dundargoc
2024-06-08
*
refactor(lua): use tuple syntax everywhere #29111
Ilia Choly
2024-06-04
*
feat: add "jump" options to vim.diagnostic.config() (#29067)
Gregory Anders
2024-05-28
*
perf: add fast path to vim.validate (#28977)
Gregory Anders
2024-05-27
*
fix: extend the life of vim.tbl_flatten to 0.13
Lewis Russell
2024-05-16
*
perf(lua): avoid spairs in vim.validate happy path
Lewis Russell
2024-05-15
*
refactor(lua): remove deprecated features #28725
Justin M. Keyes
2024-05-13
*
refactor(lua): deprecate tbl_flatten #28457
Justin M. Keyes
2024-04-22
*
refactor(lua): deprecate tbl_flatten
Justin M. Keyes
2024-04-22
*
refactor(lua): rename tbl_isarray => isarray
Justin M. Keyes
2024-04-21
*
refactor(lua): rename tbl_islist => islist
Justin M. Keyes
2024-04-21
*
fix: vim.validate() order is not deterministic #28377
Justin M. Keyes
2024-04-16
*
docs: more accurate typing for vim.tbl_extend
Riley Bruins
2024-03-10
*
feat(lua): deprecate vim.tbl_add_reverse_lookup
Maria José Solano
2024-03-07
*
refactor(lua): more efficient vim.tbl_islist
Lewis Russell
2024-03-06
*
refactor(types): more fixes
Lewis Russell
2024-03-06
*
docs(lua): improvements for LSP and Diagnostic
Lewis Russell
2024-03-05
*
docs: improve/add documentation of Lua types
Lewis Russell
2024-03-01
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
fix: type warnings in shared.lua
Lewis Russell
2024-02-15
*
refactor(lsp): move client code to a regular Lua class
Lewis Russell
2024-02-07
*
refactor: create function for deferred loading
dundargoc
2024-02-03
*
fix(doc): improve doc generation of types using lpeg
Lewis Russell
2024-01-11
*
Merge pull request #26791 from wookayin/gendoc
Lewis Russell
2024-01-04
|
\
|
*
fix(docs): clean up non-docstring comments for vimdoc gen
Jongwook Choi
2024-01-02
*
|
feat(lua): add noref to deepcopy
Lewis Russell
2024-01-03
|
/
*
refactor: fix luals warnings
dundargoc
2023-12-30
*
docs: misc #24561
Justin M. Keyes
2023-09-20
*
docs: replace <pre> with ``` (#25136)
Gregory Anders
2023-09-14
*
fix(lua): improve annotations for stricter luals diagnostics (#24609)
Christian Clason
2023-08-09
*
docs: luaref cleanup #24541
Justin M. Keyes
2023-08-03
[next]