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
Commit message (
Expand
)
Author
Age
*
fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged (#18188)
Gregory Anders
2022-04-20
*
fix(extmarks): splice extmarks on accepting spell
Tony Chen
2022-04-02
*
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
*
Merge pull request #17459 from rktjmp/lua-error-tostring
bfredl
2022-03-18
|
\
|
*
feat: call __tostring on lua errors if possible before reporting to user
Oliver Marriott
2022-02-25
*
|
feat(api, lua): support converting nested Funcref back to LuaRef (#17749)
zeertzjq
2022-03-17
*
|
feat(lua): handle lazy submodules in `:lua vim.` wildmenu completion
bfredl
2022-03-09
*
|
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
*
|
Merge pull request #17529 from seandewar/api-string-oopsie
bfredl
2022-02-28
|
\
\
|
*
|
fix(api): convert blob to NUL-terminated API string
Sean Dewar
2022-02-26
|
|
/
*
|
refactor(lua): cleanup and docs for threads
bfredl
2022-02-26
*
|
feat(lua): add proper support of luv threads
erw7
2022-02-26
|
/
*
fix: autoload variables not loaded with vim.g & nvim_get_var
shadmansaleh
2022-02-13
*
fix(diff): make algorithm work for vim.diff (#17300)
Lewis Russell
2022-02-05
*
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
*
chore: typo fixes (#16921)
dundargoc
2022-01-29
*
fix(eval): v:lua support for `-` in module names
bb010g
2022-01-28
*
feat: use nvim_buf_set_extmark for vim.highlight (#16963)
Michael Lingelbach
2022-01-15
*
fix(filetype): expand tildes in filetype patterns (#17091)
Gregory Anders
2022-01-14
*
feat(api, lua): more conversions between LuaRef and Vim Funcref
zeertzjq
2022-01-13
*
test: use old style test for testing filetype.lua (#17003)
Gregory Anders
2022-01-09
*
vim-patch:8.2.4014: git and gitcommit file types not properly recognized (#16...
Christian Clason
2022-01-07
*
fix(lua): print multiple return values with =expr (#16933)
Shadman
2022-01-06
*
feat(lua): add notify_once() (#16956)
Gregory Anders
2022-01-06
*
Merge pull request #16591 from shadmansaleh/feat/lua_keymaps2
Björn Linse
2022-01-06
|
\
|
*
feat(lua): add vim.keymap
shadmansaleh
2022-01-04
*
|
test(filetype): port test_filetype to Lua
Gregory Anders
2022-01-05
*
|
fix(filetype): match on <afile> rather than <abuf> (#16943)
Gregory Anders
2022-01-05
*
|
test: fix absolute paths in filetype_spec (#16920)
Gregory Anders
2022-01-04
|
/
*
feat: filetype.lua (#16600)
Gregory Anders
2022-01-04
*
feat(lua): make =expr print result of expr
shadmansaleh
2022-01-04
*
fix(lua): stricter type check when calling API function (#16745)
dundargoc
2022-01-03
*
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
*
feat(api): implement nvim_{add,del}_user_command
Gregory Anders
2021-12-28
*
fix(uri): change scheme pattern to not include the comma character (#16797)
Dmytro Meleshko
2021-12-26
*
feat(lua): add vim.spell (#16620)
Lewis Russell
2021-12-25
*
perf: pre-compile embedded Lua source into bytecode (#16631)
Gregory Anders
2021-12-16
*
refactor(diagnostic): remove bufnr parameter from open_float (#16579)
Gregory Anders
2021-12-08
*
fix(diagnostic): escape special chars in file names (#16527)
Matthew Toohey
2021-12-05
*
feat(api): add nvim_get_option_value
Gregory Anders
2021-12-04
*
feat(diagnostic): use `scope = 'line'` by default for `open_float()` (#16456)
cbarrete
2021-11-28
*
test(diagnostic): diagnostics passed to set() should be an array
Gregory Anders
2021-11-27
*
fix(lua): fix vim.deepcopy for metatables & cycled tables (#16435)
Shadman
2021-11-26
*
test(diagnostic): uncomment equality check
Gregory Anders
2021-11-24
*
fix(diagnostic): resolve buffer number in get() (#16407)
Gregory Anders
2021-11-22
[next]