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
*
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
*
fix(vim.ui.input): accept nil or empty "opts" #19109
0x74696d6d79
2022-06-28
*
refactor(filetype)!: allow vim.filetype.match to use different strategies (#1...
Gregory Anders
2022-06-26
*
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(lua): highlight.on_yank can close timer in twice #18976
notomo
2022-06-15
*
fix(tests): check for EOF on exit of nvim properly
bfredl
2022-06-13
*
Merge pull request #18931 from zeertzjq/regexp-num-escaped
zeertzjq
2022-06-13
|
\
|
*
fix(substitute): subtract number of backslashes later
zeertzjq
2022-06-12
*
|
fix(buffer): disable buffer-updates before removing from window #18933
zeertzjq
2022-06-12
|
/
*
feat(filetype): remove side effects from vim.filetype.match (#18894)
Gregory Anders
2022-06-09
*
fix(diagnostic): check for negative column value (#18868)
mohsen
2022-06-08
*
feat(fs): add vim.fs.normalize()
Gregory Anders
2022-05-31
*
feat(fs): add vim.fs.find()
Gregory Anders
2022-05-31
*
feat(fs): add vim.fs.dir()
Gregory Anders
2022-05-31
*
feat(fs): add vim.fs.basename()
Gregory Anders
2022-05-31
*
feat(fs): add vim.fs.dirname()
Gregory Anders
2022-05-31
*
feat(fs): add vim.fs.parents()
Gregory Anders
2022-05-31
*
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(filetype.lua): escape expansion of ~ when used as a pattern
James McCoy
2022-05-02
*
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
*
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
[next]