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
*
test(api): migrate screenchar() test in in window API to screen test
bfredl
2022-10-05
*
Merge pull request #20364 from zeertzjq/parse-cmd-omit
bfredl
2022-09-30
|
\
|
*
fix(api)!: nvim_parse_cmd omit "count" "range" "reg" if not supported
zeertzjq
2022-09-30
*
|
docs: fix typos (#20394)
dundargoc
2022-09-30
*
|
feat(nvim_cmd): allow using first argument as count
Famiu Haque
2022-09-29
|
/
*
fix(api): fix nvim_cmd crash with filename expansion (#20397)
zeertzjq
2022-09-29
*
fix(lua): fix architecture-dependent behavior in usercmd "reg" (#20384)
zeertzjq
2022-09-28
*
ci: move BSD jobs from sourcehut to Cirrus CI #19616
dundargoc
2022-09-08
*
fix(options): mark `winhighlight` as list style (#19477)
ii14
2022-09-07
*
fix(api)!: correctly deal with number before :tab
zeertzjq
2022-09-02
*
feat(api): add support for :horizontal modifier
zeertzjq
2022-09-01
*
refactor(mappings)!: mapblock_fill_dict() use API Dictionary (#20020)
zeertzjq
2022-08-31
*
fix(api): nvim_set_hl bail out on invalid group name (#20021)
zeertzjq
2022-08-31
*
fix(usercmd): also check for whitespace after escaped character (#19942)
zeertzjq
2022-08-25
*
fix(api): avoid side effects with nvim_parse_cmd (#19890)
zeertzjq
2022-08-22
*
fix(api/command): fargs behavior when no arguments are passed (#19862)
Javier Lopez
2022-08-21
*
feat(ui): allow to set the highlight namespace per window
bfredl
2022-08-17
*
fix(api): nvim_exec and nvim_cmd restore msg_col when capturing output (#19789)
zeertzjq
2022-08-16
*
fix(api): `vim.cmd.make` crashes when argument count isn't 1 (#19701)
Famiu Haque
2022-08-10
*
fix(api): nvim_cmd handle 0 range (#19655)
Lewis Russell
2022-08-06
*
fix(api): fix nvim_buf_set_text heap-use-after-free (#19644)
zeertzjq
2022-08-06
*
feat(lua): print source locations of lua callbacks (#19597)
ii14
2022-08-03
*
test: improve mapping tests and docs (#19619)
zeertzjq
2022-08-02
*
test: fix api/keymap_spec.lua tests
zeertzjq
2022-08-01
*
feat(api): add replace_keycodes to nvim_set_keymap (#19598)
ii14
2022-08-01
*
fix(highlight): add missing 'nocombine' to nvim_get_hl_* apis (#19586)
Munif Tanjim
2022-07-31
*
fix(api): make nvim_cmd mods.silent work correctly (#19489)
notomo
2022-07-25
*
fix(api): fix nvim_parse_cmd interfere with printing line in Ex mode (#19400)
zeertzjq
2022-07-17
*
fix(api): do not switch win/buf if getting option in current win/buf (#19383)
zeertzjq
2022-07-16
*
feat(api): add `unsilent` to command APIs
zeertzjq
2022-07-03
*
vim-patch:8.0.1570: can't use :popup for a menu in the terminal
zeertzjq
2022-07-01
*
feat: stdpath('run'), /tmp/nvim.user/ #18993
Justin M. Keyes
2022-06-30
*
refactor(highlight)!: rename attributes to match Vim (#19159)
zeertzjq
2022-06-30
*
feat(api): make `nvim_parse_cmd` and `nvim_cmd` support :filter
Famiu Haque
2022-06-28
*
fix(api): nvim_parse_cmd check for ambiguous user command (#19116)
zeertzjq
2022-06-27
*
feat(api): support pattern array for exec_autocmds
Christian Clason
2022-06-26
*
fix(api): check for inclusive buffer line index out of bounds correctly (#19056)
zeertzjq
2022-06-23
*
perf(highlight): don't allocate duplicates for color names
bfredl
2022-06-21
*
feat(api): add "buf" and "win" to nvim_get_option_value
Gregory Anders
2022-06-20
*
fix(hl): return cterm fg/bg even if they match Normal #18981
Oliver Marriott
2022-06-16
*
feat(logging): include test-id in log messages
Justin M. Keyes
2022-06-15
*
fix(tests): missing clear() #18927
kylo252
2022-06-13
*
fix(tests): check for EOF on exit of nvim properly
bfredl
2022-06-13
*
feat(autocmds): retrieve lua callback (#18642)
kylo252
2022-06-09
*
fix(nvim_create_user_command): make `smods` work with `nvim_cmd`
Famiu Haque
2022-06-08
*
docs: fix typos (#18269)
dundargoc
2022-06-04
*
fix(hl): set Normal hl group sg_attr value #18820
Oliver Marriott
2022-06-03
*
refactor: correct comments and assertions about mapping rhs <Nop> (#18821)
zeertzjq
2022-06-01
*
feat: add preview functionality to user commands
Famiu Haque
2022-05-31
*
feat(nvim_create_user_command): pass structured modifiers to commands
Famiu Haque
2022-05-29
[next]