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
/
private
Commit message (
Expand
)
Author
Age
*
refactor(api): make typed dicts appear as types in the source code
bfredl
2023-04-07
*
refactor: remove redundant const char * casts
ii14
2023-04-07
*
fix(highlight): use winhl=Foo:Bar even when Bar is empty
bfredl
2023-04-06
*
feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()
Luuk van Baal
2023-04-05
*
refactor: do more in TRY_WRAP
Lewis Russell
2023-03-22
*
fix(buffer_updates): save and restore current window cursor (#16732)
zeertzjq
2023-03-09
*
fix(api): allow empty Lua table for nested dicts #22268
Justin M. Keyes
2023-02-16
*
Merge #22214 move init_default_autocmds to lua
Justin M. Keyes
2023-02-14
|
\
|
*
fix(helpers): restore channel id after a call to WITH_SCRIPT_CONTEXT
glacambre
2023-02-11
*
|
refactor(api): consistent VALIDATE messages #22262
Justin M. Keyes
2023-02-14
*
|
refactor(api): VALIDATE macros #22256
Justin M. Keyes
2023-02-14
*
|
refactor(api): VALIDATE macros #22187
Justin M. Keyes
2023-02-14
|
/
*
refactor: replace char_u with char 24 (#21823)
dundargoc
2023-01-18
*
feat(api): show more exception info
erw7
2023-01-16
*
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
*
fix(ui-ext): log and clear error in ui_comp_event (#21147)
Andrew Willette
2022-11-30
*
refactor: replace char_u with char
dundargoc
2022-11-28
*
refactor: replace char_u with char
Dundar Göc
2022-11-19
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
feat(lua-api): avoid unnecessary allocations (#19877)
Lewis Russell
2022-11-14
*
refactor(uncrustify): improved formatting rules
dundargoc
2022-10-21
*
refactor: clang-tidy fixes to silence clangd warning (#20683)
dundargoc
2022-10-21
*
fix(api): notify dict watchers on nvim_set_var and vim.g setter
smolck
2022-09-27
*
refactor: move klib out of src/nvim/ #20341
dundargoc
2022-09-25
*
refactor(typval): change FC_CFUNC abstraction into FC_LUAREF
bfredl
2022-09-07
*
refactor: replace char_u with char
Dundar Göc
2022-09-06
*
fix(exceptions): restore `did_throw` (#20000)
Sean Dewar
2022-08-30
*
refactor(api): provide a temporary copy solution for nvim_call_atomic
bfredl
2022-08-24
*
perf(api): allow to use an arena for return values
bfredl
2022-08-23
*
refactor: remove some unused includes (#19747)
zeertzjq
2022-08-13
*
refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)
zeertzjq
2022-08-12
*
refactor(object): get rid of redundant FIXED_TEMP_ARRAY
bfredl
2022-07-20
*
perf(ui): unpack grid_line (screen contents) directly
bfredl
2022-07-19
*
perf(ui): eliminate spurious memory allocations for hl_attr_define event
bfredl
2022-07-18
*
feat(marks): restore viewport on jump #15831
Javier Lopez
2022-06-30
*
refactor: move some mapping-related code to a separate file (#19061)
zeertzjq
2022-06-23
*
perf(highlight): allocate permanent names in an arena for fun and cache locality
bfredl
2022-06-21
*
perf(ui): reduce allocation overhead when encoding "redraw" events
bfredl
2022-06-20
*
refactor(api): move command related API to separate file
bfredl
2022-06-12
*
refactor(api): move extmark specific functions to api/extmark.c
bfredl
2022-06-12
*
refactor(api): move option code to own file
bfredl
2022-06-12
*
fix(messages): add color when showing nvim_echo in :messages history
bfredl
2022-06-11
*
refactor: change type of linenr_T from long to int32_t
Dundar Goc
2022-06-10
*
refactor: correct comments and assertions about mapping rhs <Nop> (#18821)
zeertzjq
2022-06-01
*
Merge pull request #18194 from famiu/feat/usercmd_preview
bfredl
2022-05-31
|
\
|
*
feat: add preview functionality to user commands
Famiu Haque
2022-05-31
*
|
refactor(api): use hashy hash for looking up api method and event names
bfredl
2022-05-30
|
/
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
Merge pull request #18528 from lewis6991/setwinopt
bfredl
2022-05-25
|
\
|
*
feat(api): add win and buf to nvim_set_option_value
Lewis Russell
2022-05-17
[next]