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
*
fix(lua): assert failure with vim.regex() error inside :silent! (#20555)
RZia
2022-10-10
*
docs: fix typos (#20394)
dundargoc
2022-09-30
*
test: add a Lua test for #17501 (#20392)
zeertzjq
2022-09-29
*
Merge pull request #20103 from lewis6991/refactor/vim_opt
Lewis Russell
2022-09-22
|
\
|
*
refactor(vim.opt): unify vim.bo/wo building
Lewis Russell
2022-09-09
*
|
fix(eval)!: make Lua Funcref work as method and in substitute() (#20217)
zeertzjq
2022-09-16
*
|
fix(lua): make vim.str_utfindex and vim.str_byteindex handle NUL bytes
bfredl
2022-09-13
|
/
*
Use weak tables in tree-sitter code (#17117)
Thomas Vigouroux
2022-09-07
*
feat(lua): add vim.iconv (#18286)
Lewis Russell
2022-08-24
*
test: improve mapping tests and docs (#19619)
zeertzjq
2022-08-02
*
feat(lua): allow vim.cmd to be indexed (#19238)
Lewis Russell
2022-07-20
*
fix(lua): make it possible to cancel vim.wait() with Ctrl-C (#19217)
JP
2022-07-19
*
Merge pull request #19041 from lewis6991/globallocal
bfredl
2022-06-25
|
\
|
*
fix(api): nvim_set_option_value for global-local options
Lewis Russell
2022-06-22
*
|
fix(api): check error after getting win/buf handle (#19052)
Gregory Anders
2022-06-22
|
/
*
refactor: use nvim_{get,set}_option_value for vim.{b,w}o
Gregory Anders
2022-06-20
*
fix(lua): clear got_int when calling vim.on_key() callback (#18979)
zeertzjq
2022-06-16
*
fix(tests): check for EOF on exit of nvim properly
bfredl
2022-06-13
*
fixup: update test/functional/lua/vim_spec.lua
Lewis Russell
2022-05-17
*
feat(lua): allow some viml functions to run in fast
Lewis Russell
2022-05-17
*
fix(shared): avoid indexing unindexable values in vim.tbl_get() (#18337)
William Boman
2022-05-01
*
test: correct order of arguments to eq() and neq()
zeertzjq
2022-04-26
*
fix(lua): don't mutate opts parameter of vim.keymap.del (#18227)
Andrey Mishchenko
2022-04-23
*
feat: add vim.tbl_get (#17831)
Michael Lingelbach
2022-03-24
*
fix(api, lua): return NIL on failure to find converted function (#17779)
zeertzjq
2022-03-20
*
feat(api, lua): support converting nested Funcref back to LuaRef (#17749)
zeertzjq
2022-03-17
*
fix(lua): don't use nlua_error when exiting early
bfredl
2022-03-07
*
test(sr.ht): skip luamod-dev test which crashes nvim
James McCoy
2022-03-06
*
refactor(lua): reorganize builtin modules, phase 1
bfredl
2022-03-03
*
fix: autoload variables not loaded with vim.g & nvim_get_var
shadmansaleh
2022-02-13
*
fix(api/nvim_win_call): share common win_execute logic
Sean Dewar
2022-02-03
*
vim-patch:8.2.4028: ml_get error with :doautoall and Visual area
Sean Dewar
2022-02-03
*
feat(api, lua): more conversions between LuaRef and Vim Funcref
zeertzjq
2022-01-13
*
feat(lua): add notify_once() (#16956)
Gregory Anders
2022-01-06
*
feat(lua): add vim.keymap
shadmansaleh
2022-01-04
*
feat(lua): add support for multiple optional types in vim.validate (#16864)
Shadman
2022-01-01
*
perf: pre-compile embedded Lua source into bytecode (#16631)
Gregory Anders
2021-12-16
*
feat(api): add nvim_get_option_value
Gregory Anders
2021-12-04
*
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
*
feat: add vim.str_utf_{start,end} (#16129)
Michael Lingelbach
2021-10-30
*
feat: add vim.str_utf_pos function
Michael Lingelbach
2021-10-24
*
Merge pull request #14794 from BK1603/gdbserver_fix
Matthieu Coudron
2021-10-20
|
\
|
*
test: close timers in vim_spec.lua functional test
Shreyansh Chouhan
2021-09-20
*
|
feat(lua): allow passing handles to vim.b/w/t
Lewis Russell
2021-10-19
*
|
fix(runtime): don't use regexes inside lua require'mod'
Björn Linse
2021-10-17
*
|
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
|
/
*
vim-patch:8.1.0793: incorrect error messages for functions that take a Blob
Sean Dewar
2021-09-15
*
feat(lua)!: register_keystroke_callback => on_key
Justin M. Keyes
2021-09-09
[next]