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
/
src
/
nvim
/
api
/
vim.c
Commit message (
Expand
)
Author
Age
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)
zeertzjq
2023-12-21
*
feat(api): add forward and back mouse buttons
Amanda Graven
2023-12-18
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
feat(ui): completeopt support popup like vim
mathew
2023-12-16
*
feat(nvim_open_term): convert LF => CRLF (#26384)
Raphael
2023-12-14
*
refactor(options): reduce `findoption()` usage
Famiu Haque
2023-12-09
*
perf(column): keep track of number of lines that hold up the 'signcolumn'
Luuk van Baal
2023-12-07
*
refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)
Riccardo Mazzarini
2023-12-05
*
refactor(terminal): only remove const qualifier when necessary (#26386)
zeertzjq
2023-12-04
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor(IWYU): create normal_defs.h (#26293)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
feat(decoration): allow conceal_char to be a composing char
bfredl
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
refactor: fix includes for api/autocmd.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
2023-11-27
*
build(IWYU): replace public-to-public mappings with pragmas (#26237)
zeertzjq
2023-11-27
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
refactor(sign): move legacy signs to extmarks
Luuk van Baal
2023-11-17
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: remove redundant casts
dundargoc
2023-11-11
*
fix(context): don't crash on invalid arg to nvim_get_context (#25977)
zeertzjq
2023-11-11
*
fix(terminal): assign channel to terminal earlier (#25771)
zeertzjq
2023-10-25
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
fix(ui): empty line before the next message after :silent command
nwounkn
2023-10-14
*
fix(PVS/V592): expression is enclosed by parentheses twice
dundargoc
2023-10-08
*
fix(api): avoid immediate TextChanged with nvim_create_buf (#25492)
zeertzjq
2023-10-03
*
Merge pull request #25455 from bfredl/highlight_namespace_getters
bfredl
2023-10-01
|
\
|
*
feat(ui): allow to get the highlight namespace
Daniel Steinberg
2023-10-01
*
|
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
|
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
|
/
*
refactor(messages): fold msg_attr into msg
bfredl
2023-09-27
*
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
*
|
docs: misc #24561
Justin M. Keyes
2023-09-20
*
|
refactor(grid): change schar_T representation to be more compact
bfredl
2023-09-19
|
/
*
docs: replace <pre> with ``` (#25136)
Gregory Anders
2023-09-14
*
fix(highlight): add create param in nvim_get_hl
glepnir
2023-09-09
*
Merge pull request #24399 from lambdalisue/fix-messagepack-rpc
bfredl
2023-08-26
|
\
|
*
docs(msgpack_rpc): add "msgpack-rpc" client type
Alisue
2023-08-26
*
|
refactor(change): do API changes to buffer without curbuf switch
bfredl
2023-08-26
|
/
*
vim-patch:9.0.1687: mapset() not properly handling script ID (#24666)
zeertzjq
2023-08-12
*
refactor(api): use typed keysets
bfredl
2023-08-07
*
feat(api): allow open_win/win_set_buf in the cmdwin in some cases
Sean Dewar
2023-07-26
*
fix(events): trigger VimResume on next UI request (#24426)
zeertzjq
2023-07-23
*
perf(rtp): reduce rtp scans (#24191)
Lewis Russell
2023-07-13
[next]