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
/
lua
Commit message (
Expand
)
Author
Age
*
refactor: move function macros out of vim_defs.h (#26300)
zeertzjq
2023-11-29
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.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
*
build: enable IWYU on mac
dundargoc
2023-11-27
*
docs: small fixes (#26154)
dundargoc
2023-11-27
*
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
2023-11-27
*
fix(lua): disallow vim.wait() in fast contexts
Lewis Russell
2023-11-27
*
build(clint): more precise check for "defs" headers (#26236)
zeertzjq
2023-11-27
*
build: rework IWYU mapping files
dundargoc
2023-11-25
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
build: bump uncrustify version
dundargoc
2023-11-19
*
refactor(grid): make screen rendering more multibyte than ever before
bfredl
2023-11-17
*
fix(lua): only disable vim.schedule() when closing main loop (#26090)
zeertzjq
2023-11-17
*
refactor: iwyu (#26062)
zeertzjq
2023-11-16
*
fix(lua): do not schedule events if Nvim is exiting
Gregory Anders
2023-11-13
*
refactor: replace manual header guards with #pragma once
dundargoc
2023-11-12
*
build: remove PVS
dundargoc
2023-11-12
*
fix(PVS/V009): add top-level message
dundargoc
2023-11-11
*
fix(f_wait): flush UI before blocking (#25962)
zeertzjq
2023-11-10
*
fix: flush UI state before blocking in vim.wait (#25938)
Gregory Anders
2023-11-08
*
refactor: move defaults into separate module (#25929)
Gregory Anders
2023-11-08
*
refactor: the long goodbye
dundargoc
2023-11-05
*
feat(stdlib): add vim.base64 module (#25843)
Gregory Anders
2023-10-31
*
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
*
refactor: the long goodbye
dundargoc
2023-10-09
*
refactor: move cmdline completion types to cmdexpand_defs.h (#25465)
zeertzjq
2023-10-02
*
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(message): smsg_attr -> smsg
bfredl
2023-09-29
*
refactor(messages): fold msg_attr into msg
bfredl
2023-09-27
*
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
*
refactor(map): enhanced implementation, Clean Codeā¢, etc etc
bfredl
2023-09-08
*
build: download busted from own neovim/deps repository
dundargoc
2023-09-03
*
fix(query_error): multiline bug
Lewis Russell
2023-08-31
*
feat(treesitter): improve query error message
Amaan Qureshi
2023-08-31
*
fix(treesitter.c): improve comments on fenv usage
Lewis Russell
2023-08-30
*
fix(treesitter): fix another TSNode:tree() double free
bfredl
2023-08-29
*
fix(treesitter): fix TSNode:tree() double free (#24796)
nwounkn
2023-08-29
*
refactor(memline): distinguish mutating uses of ml_get_buf()
bfredl
2023-08-24
*
fix(treesitter): logger memory leak
Lewis Russell
2023-08-13
*
fix(api): revert unintended change of optional bool params
bfredl
2023-08-09
*
build(deps): bump tree-sitter to HEAD - 0a1c4d846 (#24607)
Christian Clason
2023-08-08
*
feat(lua): specific error messages for type checking `opts` params
bfredl
2023-08-07
*
refactor(api): use typed keysets
bfredl
2023-08-07
*
docs: also change "vimL" and "viml" to "Vimscript" (#24414)
zeertzjq
2023-07-21
[next]