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
/
test
/
functional
/
lua
/
vim_spec.lua
Commit message (
Expand
)
Author
Age
*
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-13
*
refactor(tests): get channel id via nvim_get_chan_info #27441
Justin M. Keyes
2024-02-12
*
fix(eval): properly support checking v:lua function in exists() (#27124)
Raphael
2024-01-22
*
fix(vim.deprecate): show deprecation warning in devel versions as well
Jongwook Choi
2024-01-19
*
test: use integers for API Buffer/Window/Tabpage EXT types
Lewis Russell
2024-01-16
*
test: rename (meths, funcs) -> (api, fn)
Lewis Russell
2024-01-12
*
test: typing for helpers.meths
Lewis Russell
2024-01-12
*
test: do not inject vim module into global helpers
Lewis Russell
2024-01-12
*
refactor: format test/*
Justin M. Keyes
2024-01-03
*
feat(vim.deprecate): only issue warning if neovim version is high enough
dundargoc
2023-12-25
*
fix(lua): memory leak when using invalid syntax with exists() (#26530)
zeertzjq
2023-12-12
*
feat(eval): exists() function supports checking v:lua functions (#26485)
Raphael
2023-12-12
*
test: avoid repeated screen lines in expected states
zeertzjq
2023-12-09
*
test: check vim.wait() error message in fast context (#26242)
zeertzjq
2023-11-27
*
fix(lua): disallow vim.wait() in fast contexts
Lewis Russell
2023-11-27
*
fix(vim.region): handle multibyte inclusive selection properly (#26129)
zeertzjq
2023-11-21
*
fix(f_wait): flush UI before blocking (#25962)
zeertzjq
2023-11-10
*
fix(lua): correct return value for on_key with no arguments (#25911)
altermo
2023-11-07
*
fix(lua): vim.region on linewise selection #25467
Aayush Ojha
2023-10-06
*
fix(api, lua): handle setting v: variables properly (#25325)
zeertzjq
2023-09-24
*
fix(lua): show error message when failing to set variable (#25321)
zeertzjq
2023-09-23
*
fix(lua): not using global value in vim.opt_global (#25196)
Phelipe Teles
2023-09-17
*
vim-patch:9.0.1710: scrolloff options work slightly different
zeertzjq
2023-08-23
*
test(api): update tests to new error messages
bfredl
2023-08-07
*
fix(api/options): validate buf and win
Lewis Russell
2023-07-22
*
docs: also change "vimL" and "viml" to "Vimscript" (#24414)
zeertzjq
2023-07-21
*
feat(lua): allow vim.wo to be double indexed (#20288)
Lewis Russell
2023-07-07
*
feat(lua): add ringbuffer (#22894)
Mathias Fußenegger
2023-06-08
*
feat(lua): rename vim.loop -> vim.uv (#22846)
Lewis Russell
2023-06-03
*
test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`
Famiu Haque
2023-05-22
*
refactor(options): deprecate nvim[_buf|_win]_[gs]et_option
Lewis Russell
2023-05-21
*
refactor(build): include lpeg as a library
bfredl
2023-04-27
*
test: move vim.iter tests to separate file
Gregory Anders
2023-04-24
*
refactor(iter): use metatable as packed table tag (#23254)
Gregory Anders
2023-04-21
*
fix(lua): vim.split may trim inner empty items
Justin M. Keyes
2023-04-21
*
fix(iter): remove special case totable for map-like tables
Gregory Anders
2023-04-19
*
fix(iter): add tag to packed table
Gregory Anders
2023-04-19
*
feat(lua): add vim.iter (#23029)
Gregory Anders
2023-04-17
*
feat(lua)!: add stricter vim.tbl_islist() and rename old one to vim.tbl_isarr...
NAKAI Tsuyoshi
2023-04-14
*
feat(lua): vim.tbl_contains supports general tables and predicates (#23040)
Christian Clason
2023-04-14
*
feat(lua): vim.region accepts getpos() arg (#22635)
NAKAI Tsuyoshi
2023-04-11
*
feat(lua): allow vim.F.if_nil to take multiple arguments (#22903)
Gregory Anders
2023-04-07
*
refactor: rename local API alias from a to api
Lewis Russell
2023-04-05
*
feat: allow function passed to defaulttable to take an argument (#22839)
Gregory Anders
2023-04-01
*
refactor(vim.gsplit): remove "keepsep"
Justin M. Keyes
2023-03-22
*
feat(vim.gsplit): gain features of vim.split
Justin M. Keyes
2023-03-22
*
fix(lua): vim.deprecate() shows ":help deprecated" #22677
Justin M. Keyes
2023-03-15
*
refactor!: rename vim.pretty_print => vim.print
Justin M. Keyes
2023-03-13
*
feat(lua): omnifunc for builting lua interpreter
Björn Linse
2023-03-06
*
refactor(api): VALIDATE macros #22187
Justin M. Keyes
2023-02-14
[next]