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
/
api
/
vim_spec.lua
Commit message (
Expand
)
Author
Age
*
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
*
fix(api): nvim_create_buf assert fails if autocmds set &swapfile
Sean Dewar
2024-03-19
*
fix(api): nvim_create_buf leaks memory if buffer is loaded early
Sean Dewar
2024-03-19
*
test: correct order of arguments to eq() (#27816)
zeertzjq
2024-03-11
*
test: more tests for nvim_eval_statusline "fillchar" (#27502)
zeertzjq
2024-02-17
*
fix(api): don't use stl 'fillchar' for "use_statuscol_lnum" (#27501)
luukvbaal
2024-02-17
*
feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)
nikolightsaber
2024-02-08
*
fix(event-loop): process input before events (#27358)
zeertzjq
2024-02-07
*
fix(api): limit depth of nvim_cmd (#27225)
zeertzjq
2024-01-27
*
test: move format_{string,luav} to a separate module
Lewis Russell
2024-01-17
*
test: big cleanup followup
Lewis Russell
2024-01-17
*
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: normalise nvim bridge functions
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
*
build: enable lintlua for test/ dir
Justin M. Keyes
2024-01-03
*
refactor(options): remove option type macros
Famiu Haque
2023-12-14
*
test: avoid repeated screen lines in expected states
zeertzjq
2023-12-09
*
test: use termopen() instead of :terminal more (#26462)
zeertzjq
2023-12-08
*
feat(rpc): allow empty string key in msgpack => Vim conversion
Justin M. Keyes
2023-12-07
*
fix(api): use a conditional stack for nvim_cmd (#26341)
zeertzjq
2023-12-01
*
fix(context): don't leak memory on multiple invalid objects (#25979)
zeertzjq
2023-11-11
*
fix(context): don't crash on invalid arg to nvim_get_context (#25977)
zeertzjq
2023-11-11
*
refactor(options)!: unify `set_option` and `set_string_option`
Famiu Haque
2023-10-30
*
test: add test coverage for #25741
Famiu Haque
2023-10-28
*
refactor(options): `get_option_value_strict()` and `SREQ_*`
Famiu Haque
2023-10-20
*
fix(api): avoid immediate TextChanged with nvim_create_buf (#25492)
zeertzjq
2023-10-03
*
fix(api): handle NUL in nvim_err_write() and nvim_out_write() (#25354)
zeertzjq
2023-09-25
*
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(options): correct condition for calling did_set_option() (#25026)
zeertzjq
2023-09-05
*
refactor(change): do API changes to buffer without curbuf switch
bfredl
2023-08-26
*
fix(keycodes): recognize <t_xx> as a key (#24700)
zeertzjq
2023-08-13
*
test(api): update tests to new error messages
bfredl
2023-08-07
*
fix(api/options): validate buf and win
Lewis Russell
2023-07-22
*
fix(vim.system): close check handle (#24270)
zeertzjq
2023-07-06
*
fix(edit): fix K_EVENT interfering with 'digraph' (#24258)
zeertzjq
2023-07-05
*
fix(api, lua): make blank lines in a message work properly (#24244)
zeertzjq
2023-07-04
*
fix(api): nvim_parse_cmd error message in pcall() #23297
Alexandre Teoi
2023-07-01
*
fix(api): nvim_cmd{cmd="win_getid"} parsed as :winsize #24181
Justin M. Keyes
2023-06-28
*
fix(messages): use "Vimscript" instead of "VimL" #24111
Justin M. Keyes
2023-06-22
*
refactor(api): adjust errors for setting options (#23942)
zeertzjq
2023-06-07
*
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
*
test: add tests for executing commands with backwards range
zeertzjq
2023-05-05
*
feat(api): set statuscolumn line number in nvim_eval_statusline()
Luuk van Baal
2023-04-07
*
feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()
Luuk van Baal
2023-04-05
[next]