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
*
build: make generated source files reproducible #21586
Arnout Engelen
2023-01-23
*
docs(lua): use luaref tag instead of www.lua.org #21813
Naru
2023-01-15
*
docs(lua): adjust some type annotations
notomo
2023-01-04
*
docs(lua): fix treesitter parsing errors
Christian Clason
2023-01-01
*
fix(lua): always return nil values in vim.tbl_get when no results
William Boman
2022-12-15
*
docs(gen): support language annotation in docstrings
Christian Clason
2022-12-02
*
fix(lua): make `vim.deepcopy` work with `vim.NIL`
Max
2022-11-14
*
fix(lua): pesc, tbl_islist result types #20751
NAKAI Tsuyoshi
2022-10-24
*
fix(docs-html): update parser
Justin M. Keyes
2022-10-10
*
fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...
Folke Lemaitre
2022-10-09
*
feat: added support for specifying types for lua2dox
Folke Lemaitre
2022-10-06
*
feat: added support for optional params to lua2dox
Folke Lemaitre
2022-10-06
*
docs: added proper annotations to functions in shared.lua
Folke Lemaitre
2022-10-06
*
docs(docstrings): fix runtime type annotations
Elizabeth Paź
2022-10-05
*
fix(docs): invalid :help links #20345
Justin M. Keyes
2022-09-25
*
docs(treesitter): clean up and update treesitter.txt (#20142)
Christian Clason
2022-09-14
*
Use weak tables in tree-sitter code (#17117)
Thomas Vigouroux
2022-09-07
*
docs(lua): add Lua 5.1 reference manual (#19663)
dundargoc
2022-08-08
*
refactor(lua): reformat with stylua 0.14.0 (#19264)
Christian Clason
2022-07-07
*
docs(api): improve shared lua functions docs (#17933)
adrian5
2022-05-11
*
chore: format runtime with stylua
Christian Clason
2022-05-09
*
fix(shared): avoid indexing unindexable values in vim.tbl_get() (#18337)
William Boman
2022-05-01
*
feat: add vim.tbl_get (#17831)
Michael Lingelbach
2022-03-24
*
chore: fix typos (#17670)
dundargoc
2022-03-17
*
refactor(lua): make vim submodule lazy loading declarative
bfredl
2022-03-07
*
docs(lua): reference runtime/lua/vim/_editor.lua
zeertzjq
2022-03-06
*
fix(diagnostic): improve validation for list arguments (#16855)
Gregory Anders
2022-01-01
*
feat(lua): add support for multiple optional types in vim.validate (#16864)
Shadman
2022-01-01
*
docs(lsp): add annotations for private functions
Gregory Anders
2021-11-30
*
fix(lua): fix vim.deepcopy for metatables & cycled tables (#16435)
Shadman
2021-11-26
*
feat(lua): enable stack traces in error output (#16228)
Gregory Anders
2021-11-06
*
refactor: use kwargs parameter in vim.split
Gregory Anders
2021-09-25
*
feat: add trimempty optional parameter to vim.split
Gregory Anders
2021-09-25
*
perf(lua): optimize vim.deep_equal #15236
Javier Lopez
2021-09-10
*
docs: make Lua docstrings consistent #15255
Gregory Anders
2021-08-22
*
docs: made can_merge private (#15138)
Folke Lemaitre
2021-07-19
*
fix(shared): do not treat empty tables as list in deep extend (#15094)
Folke Lemaitre
2021-07-19
*
lsp: add incremental text synchronization
Michael Lingelbach
2021-03-09
*
lsp: vim.lsp.diagnostic (#12655)
TJ DeVries
2020-11-12
*
test/vim.validate(): assert normalized stacktrace
Justin M. Keyes
2020-10-05
*
vim.validate(): include stacktrace in message
TJ DeVries
2020-10-05
*
docs, remove 'guifontset' #11708
Justin M. Keyes
2020-08-31
*
doc: fix scripts and regenerate (#12506)
TJ DeVries
2020-07-02
*
lua: fix behavior when split empty string (#12429)
notomo
2020-06-04
*
lua: fix infinite loop for vim.split on empty string (#12420)
notomo
2020-06-02
*
lua: add tbl_deep_extend (#11969)
Hirokazu Hata
2020-05-17
*
lua: allow deepcopy of functions (#12136)
Tristan Konolige
2020-04-19
*
lua: add vim.tbl_len() #11889
Hirokazu Hata
2020-03-01
*
lua: move test helper function, map and filter, to vim.shared module
Hirokazu Hata
2020-02-18
*
lua: if second argument is vim.empty_dict(), vim.tbl_extend uses empty_dict()...
Hirokazu Hata
2020-02-14
[next]