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
*
fix(paste): ignore mappings in Cmdline mode (#18114)
Eden Zhang
2022-04-17
*
docs: typo fixes (#17859)
dundargoc
2022-04-15
*
fix(api): correctly pass f-args for nvim_create_user_command (#18098)
Gregory Anders
2022-04-13
*
refactor!: rename nvim_add_user_command to nvim_create_user_command
Gregory Anders
2022-04-10
*
feat(api)!: pass args table to autocommand callbacks
Gregory Anders
2022-04-08
*
Merge pull request #17938 from ggandor/autocmd-api-names
bfredl
2022-04-01
|
\
|
*
refactor(api)!: use singular/plural consistently in the autocmd API
György Andorka
2022-03-31
*
|
Merge pull request #17929 from lewis6991/autocmd
bfredl
2022-03-31
|
\
\
|
|
/
|
/
|
|
*
fix(api): improve autocmd error handling
Lewis Russell
2022-03-31
*
|
feat(api): nvim_clear_autocmd
TJ DeVries
2022-03-31
|
/
*
fix: set nested before executing callback (#17801)
TJ DeVries
2022-03-30
*
fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913)
zeertzjq
2022-03-30
*
feat(test): use nvim_exec in helpers.source() #16064
Justin M. Keyes
2022-03-27
*
refactor!: rename nvim_do_autocmd to nvim_exec_autocmd (#17854)
Javier Lopez
2022-03-26
*
feat(api): remove Lua autocommand callbacks when they return true (#17784)
Gregory Anders
2022-03-19
*
fix(api, lua): return NIL on failure to find converted function (#17779)
zeertzjq
2022-03-20
*
fix(paste): escape control characters in Cmdline mode
zeertzjq
2022-03-15
*
test(paste): add tests with virtualedit=onemore
zeertzjq
2022-03-15
*
test(paste): reorganize tests and add tests for linewise Visual mode
zeertzjq
2022-03-15
*
fix(paste): deal with trailing new line in chunk
zeertzjq
2022-03-15
*
fix(paste): avoid edges cases caused by empty chunk
zeertzjq
2022-03-15
*
fix(paste): deal with eol and eof in Visual mode
zeertzjq
2022-03-15
*
fix(paste): don't move cursor past the end of pasted text in Normal mode
zeertzjq
2022-03-15
*
fix(paste): use getcmdtype() to determine whether in cmdline mode
zeertzjq
2022-03-15
*
feat(api): relax statusline fillchar width check
zeertzjq
2022-03-10
*
feat(api): autocmd `group` can be either name or id (#17559)
Dhruv Manilawala
2022-03-07
*
feat(api): add 'buffer' argument to nvim_get_autocmds (#17594)
Gregory Anders
2022-03-06
*
feat(tui): add support for `CSI 4 : [2,4,5] m`
Kirill Chibisov
2022-03-03
*
test: use helpers.pending_win32(pending) in buffer_updates_spec
zeertzjq
2022-03-03
*
test: move two mapping tests to ex_cmds/map_spec.lua
zeertzjq
2022-03-02
*
Merge pull request #15079 from shadmansaleh/feat/verbose_lua
bfredl
2022-03-01
|
\
|
*
feat(lua): show proper verbose output for lua configuration
shadmansaleh
2022-02-28
*
|
fix(api): include event in get_autocmds (#17553)
Christian Clason
2022-03-01
*
|
feat(lua): add missing changes to autocmds lost in the rebase
TJ DeVries
2022-02-28
|
/
*
feat(lua): add api and lua autocmds
TJ DeVries
2022-02-27
*
feat(lua): add <f-args> to user commands callback (#17522)
Javier Lopez
2022-02-27
*
Merge pull request #17414 from zeertzjq/api-set-cursor-redraw
bfredl
2022-02-26
|
\
|
*
fix(api): nvim_win_set_cursor() redraw for cursorline and statusline
zeertzjq
2022-02-15
*
|
test: use helpers.pending_win32(pending) instead of iswin()
zeertzjq
2022-02-26
*
|
Merge pull request #17467 from dundargoc/ci/remove-failing-windows
James McCoy
2022-02-25
|
\
\
|
*
|
ci: skip tests that fail on windows
Dundar Göc
2022-02-20
*
|
|
feat(highlight): support for blend in nvim_set_hl (#17516)
Lewis Russell
2022-02-24
*
|
|
fix(api)!: correctly handle negative line numbers for nvim_buf_set_text (#17498)
Gregory Anders
2022-02-23
*
|
|
feat(api): implement nvim_buf_get_text (#15181)
Gregory Anders
2022-02-22
*
|
|
fix(highlight): accept NONE as a color name (#17487)
Lewis Russell
2022-02-21
|
/
/
*
|
Merge pull request #17430 from dundargoc/test/remove-travis
James McCoy
2022-02-17
|
\
\
|
*
|
test: remove checks to see if current CI job is travis or appveyor
Dundar Göc
2022-02-17
*
|
|
fix(api): allow empty list for cterm in nvim_set_hl
Christian Clason
2022-02-17
*
|
|
Merge pull request #17421 from lewis6991/hl0_clear
bfredl
2022-02-17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
feat(highlight): support color names for cterm
Lewis Russell
2022-02-16
[next]