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
/
ex_cmds
Commit message (
Expand
)
Author
Age
*
fix(api): set script context when using nvim_set_hl (#28123)
zeertzjq
2024-03-31
*
fix: explain that user should run nvim with -V1 to see more information
dundargoc
2024-03-30
*
test: use matches(...) instead of ok(string.find(...)) (#28111)
zeertzjq
2024-03-30
*
refactor(tests): all screen tests should use highlights
bfredl
2024-03-23
*
vim-patch:9.1.0195: memleak with ex_drop, NULL dereference
zeertzjq
2024-03-22
*
vim-patch:9.1.0192: drop: don't rewind when editing the same file
zeertzjq
2024-03-22
*
test: correct order of arguments to eq() (#27816)
zeertzjq
2024-03-11
*
fix(process): start pty process eof timer on main thread (#27625)
zeertzjq
2024-02-26
*
vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'
zeertzjq
2024-02-15
*
refactor(tests): get channel id via nvim_get_chan_info #27441
Justin M. Keyes
2024-02-12
*
vim-patch:9.1.0046: :drop does not re-use empty buffer (#27165)
zeertzjq
2024-01-24
*
refactor: rewrite python provider in lua
dundargoc
2024-01-22
*
test: big cleanup followup
Lewis Russell
2024-01-17
*
test: rename (meths, funcs) -> (api, fn)
Lewis Russell
2024-01-12
*
test: normalise nvim bridge functions
Lewis Russell
2024-01-12
*
test: typing for helpers.meths
Lewis Russell
2024-01-12
*
test: use vim.mpack and vim.uv directly
Lewis Russell
2024-01-12
*
test: remove helpers.sleep()
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
*
test: avoid repeated screen lines in expected states
zeertzjq
2023-12-09
*
test: use termopen() instead of :terminal more (#26462)
zeertzjq
2023-12-08
*
docs: small fixes
dundargoc
2023-10-10
*
feat: ignore swapfile for running Nvim processes #25336
Justin M. Keyes
2023-10-04
*
test: only trim trailing spaces in swapfile tests (#25341)
zeertzjq
2023-09-24
*
fix(startup): stop TUI properly when quitting at swap dialog (#25337)
zeertzjq
2023-09-24
*
fix(messages): use "Vimscript" instead of "VimL" #24111
Justin M. Keyes
2023-06-22
*
fix(remote): make --remote-expr print to stdout (#23980)
zeertzjq
2023-06-11
*
fix(helptags): make multibyte help tags work properly (#23975)
zeertzjq
2023-06-11
*
feat(:source): source current ft=lua buffer as Lua code (#23802)
zeertzjq
2023-06-02
*
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
*
vim-patch:8.2.3887: E1135 is used for two different errors
zeertzjq
2023-05-08
*
vim-patch:8.2.1978: making a mapping work in all modes is complicated
zeertzjq
2023-05-08
*
fix(excmd): append original command to error message
zeertzjq
2023-05-05
*
vim-patch:8.2.4890: inconsistent capitalization in error messages
zeertzjq
2023-05-05
*
docs(powershell): use tee.exe instead of Tee-Object
T727
2023-04-22
*
fix(usercmd): Fix buffer overflow in uc_list() (#23225)
Andreas Schneider
2023-04-21
*
fix(excmd): make :def unknown rather than unimplemented (#23150)
zeertzjq
2023-04-17
*
fix(highlight): add missing g: prefix for colors_name (#22952)
zeertzjq
2023-04-08
*
test: replace lfs with luv and vim.fs
dundargoc
2023-04-04
*
test: use exec_capture() in more places (#22787)
zeertzjq
2023-03-26
*
feat(api): nvim_exec2(), deprecate nvim_exec() #19032
Evgeni Chasnovski
2023-03-25
*
fix(shell): on Windows :make does not echo #22728
Enan Ajmain
2023-03-19
*
refactor(redraw): make cursor position redraw use the "redraw later" pattern
bfredl
2023-03-12
*
ci: bump to windows 2022
dundargoc
2023-03-11
*
fix(api): set script context when setting usercmd or option (#22624)
zeertzjq
2023-03-11
*
fix(highlight): avoid ORing underline flags (#22372)
zeertzjq
2023-02-23
*
test: make {MATCH:} behave less unexpectedly in screen:expect()
zeertzjq
2023-02-18
*
fix(rpc)!: preseve files when stdio channel is closed (#22137)
zeertzjq
2023-02-11
[next]