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
*
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
*
lua: vim.deepcopy uses empty_dict() instead of {} for empty_dict()
Hirokazu Hata
2020-02-13
*
terminal: absolute CWD in term:// URI #11289
Chris LaRose
2020-01-26
*
doc [ci skip] #11656
Justin M. Keyes
2020-01-12
*
lua: metatable for empty dict value
Björn Linse
2020-01-01
*
Add vim.startswith and vim.endswith (#11248)
Ashkan Kiani
2019-12-01
*
doc + extmarks tweaks #11421
Justin M. Keyes
2019-11-25
*
Merge branch 'master' into lsp-followup
Ashkan Kiani
2019-11-24
|
\
|
*
Lua: vim.env, vim.{g,v,w,bo,wo} #11442
Ashkan Kiani
2019-11-24
*
|
Extend list_extend to take start/finish.
Ashkan Kiani
2019-11-20
|
/
*
lua LSP client: initial implementation (#11336)
Ashkan Kiani
2019-11-13
*
Lua: Use vim.validate() instead of assert()
Justin M. Keyes
2019-11-10
*
Lua: vim.validate()
Justin M. Keyes
2019-11-10
*
Lua: vim.validate()
Hirokazu Hata
2019-11-10
*
runtime: Use module pattern with vim/shared.lua
Hirokazu Hata
2019-10-23
*
lua/stdlib: adjust some validation messages #11271
Hirokazu Hata
2019-10-26
*
test: Rename meth_pcall to pcall_err
Justin M. Keyes
2019-09-06
*
doc #10017
Justin M. Keyes
2019-05-25
[next]