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
Commit message (
Expand
)
Author
Age
*
Merge pull request #25229 from glepnir/20323
bfredl
2023-09-26
|
\
|
*
fix(highlight): add force in nvim_set_hl
glepnir
2023-09-26
*
|
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(api): get virtual text with multiple hl properly (#25307)
zeertzjq
2023-09-22
|
/
*
Merge pull request #25190 from glepnir/echo_hl
bfredl
2023-09-17
|
\
|
*
fix(highlight): correct hi command output
glepnir
2023-09-17
*
|
fix(marktree): off-by-one error in `marktree_move`
L Lllvvuu
2023-09-16
|
/
*
feat(extmark): support proper multiline ranges
bfredl
2023-09-12
*
fix(api): more intuitive cursor updates in nvim_buf_set_text
Sergey Slipchenko
2023-09-11
*
test: unignore test which froze sourcehut (#25067)
Sergey Slipchenko
2023-09-11
*
fix(highlight): add create param in nvim_get_hl
glepnir
2023-09-09
*
fix(options): correct condition for calling did_set_option() (#25026)
zeertzjq
2023-09-05
*
fix(api): nvim_buf_get_offset in a new buffer with zero or one lines
bfredl
2023-08-30
*
fix(api): better topline adjustments in nvim_buf_set_lines
bfredl
2023-08-29
*
fix(api): handle clearing out last line of non-current buffer
bfredl
2023-08-28
*
fix(undo): fix crash caused by checking undolevels in wrong buffer
bfredl
2023-08-27
*
fix(api): fix inconsistent behavior of topline touched in recent refactor
bfredl
2023-08-27
*
refactor(change): do API changes to buffer without curbuf switch
bfredl
2023-08-26
*
fix(api): disallow win_set_buf from changing cmdwin's old curbuf (#24745)
Sean Dewar
2023-08-17
*
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
*
refactor(api): use typed keysets
bfredl
2023-08-07
*
feat(api): allow win_hide to close cmdwin or non-previous windows
Sean Dewar
2023-07-26
*
feat(api): allow win_close in cmdwin to close wins except previous
Sean Dewar
2023-07-26
*
feat(api): allow open_win/win_set_buf in the cmdwin in some cases
Sean Dewar
2023-07-26
*
test: fix VimResume test flakiness (#24438)
zeertzjq
2023-07-23
*
fix(events): trigger VimResume on next UI request (#24426)
zeertzjq
2023-07-23
*
fix(api/options): validate buf and win
Lewis Russell
2023-07-22
*
feat(api)!: change return type of nvim_win_text_height to Dict (#24365)
zeertzjq
2023-07-16
*
feat(api): add nvim_win_text_height (#24236)
zeertzjq
2023-07-11
*
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): allow negative column arguments for nvim_buf_set_text (#23501)
notomo
2023-07-04
*
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
*
fix(api): wrong nvim_buf_set_extmark error for invalid hl_mode
zeertzjq
2023-06-22
*
feat: report "build" in vim.version() #23925
treatybreaker
2023-06-11
*
test: more tests for nvim_{set,del}_keymap with abbreviation (#23970)
zeertzjq
2023-06-10
*
feat(api): support abbreviations in nvim_set_keymap
bfredl
2023-06-09
*
fix(events): don't expand non-file as file name
zeertzjq
2023-06-07
*
refactor(api): adjust errors for setting options (#23942)
zeertzjq
2023-06-07
*
refactor(defaults): do not use C specific default values for options (#22500)
Gregory Anders
2023-06-06
*
test: added tests for set_height with winminheight=0 and a winbar
Folke Lemaitre
2023-06-01
*
fix(api): nvim_get_hl should return default flag
Null Chilly
2023-05-22
*
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
[next]