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
/
eval
Commit message (
Expand
)
Author
Age
*
Merge branch 'userreg' into 20231130_mix
Josh Rahm
2023-11-30
|
\
|
*
Merge remote-tracking branch 'origin/usermarks' into HEAD
Josh Rahm
2023-11-30
|
|
\
|
|
*
Merge remote-tracking branch 'upstream/master' into usermarks
usermarks
Josh Rahm
2023-01-25
|
|
|
\
|
|
*
|
feat(usermarks): add usermarks to f_has list
Josh Rahm
2022-08-21
|
*
|
|
Merge remote-tracking branch 'upstream/master' into userreg
userreg
Josh Rahm
2023-11-29
|
|
\
\
\
|
*
\
\
\
Merge remote-tracking branch 'upstream/master' into userreg
Josh Rahm
2023-01-25
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge remote-tracking branch 'upstream/master' into userreg
Josh Rahm
2022-10-11
|
|
\
\
\
\
|
*
|
|
|
|
feat(userreg): Add user-defined registers to Neovim.
Josh Rahm
2022-08-21
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'fix_repeatcmdline' into 20231130_mix
Josh Rahm
2023-11-30
|
\
\
\
\
\
|
*
|
|
|
|
Change from char_u to char
fix_repeatcmdline
Josh Rahm
2023-11-29
|
*
|
|
|
|
Merge remote-tracking branch 'upstream/master' into fix_repeatcmdline
Josh Rahm
2023-11-29
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Merge remote-tracking branch 'upstream/master' into fix_repeatcmdline
Josh Rahm
2023-01-25
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
|
|
eval/userfunc.c: save the repeat_cmdline along with the redo buff
Josh Rahm
2022-09-15
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
refactor(IWYU): move typedefs out of globals.h (#26322)
zeertzjq
2023-11-30
*
|
|
|
|
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
|
|
|
refactor: move hashtab types to hashtab_defs.h (#26262)
zeertzjq
2023-11-28
*
|
|
|
refactor: fix runtime_defs.h (#26259)
zeertzjq
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
*
|
|
|
build(IWYU): replace most private mappings with pragmas (#26247)
zeertzjq
2023-11-27
*
|
|
|
refactor: remove vim.h from more headers (#26244)
zeertzjq
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
*
|
|
|
build(IWYU): replace public-to-public mappings with pragmas (#26237)
zeertzjq
2023-11-27
*
|
|
|
refactor: move garray_T to garray_defs.h (#26227)
zeertzjq
2023-11-26
*
|
|
|
build: rework IWYU mapping files
dundargoc
2023-11-25
*
|
|
|
vim-patch:8.2.4685: when a swap file is found for a popup there is no dialog ...
zeertzjq
2023-11-25
*
|
|
|
refactor: remove __clang_analyzer__ macro
dundargoc
2023-11-21
*
|
|
|
build: adjust clang-tidy warning exclusion logic
dundargoc
2023-11-20
*
|
|
|
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
|
|
|
refactor: follow style guide
dundargoc
2023-11-19
*
|
|
|
Merge pull request #25724 from luukvbaal/signmerge
bfredl
2023-11-18
|
\
\
\
\
|
*
|
|
|
refactor(sign): move legacy signs to extmarks
Luuk van Baal
2023-11-17
*
|
|
|
|
refactor(grid): make screen rendering more multibyte than ever before
bfredl
2023-11-17
*
|
|
|
|
refactor: iwyu (#26062)
zeertzjq
2023-11-16
*
|
|
|
|
refactor: move some functions to winfloat.c (#26020)
Raphael
2023-11-16
|
/
/
/
/
*
|
|
|
fix(textformat): remove unnecessary changed_bytes() (#26027)
zeertzjq
2023-11-13
*
|
|
|
refactor: replace manual header guards with #pragma once
dundargoc
2023-11-12
*
|
|
|
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(f_wait): flush UI before blocking (#25962)
zeertzjq
2023-11-10
*
|
|
|
refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)
zeertzjq
2023-11-10
*
|
|
|
fix(job-control): make jobwait() flush UI after hiding cursor (#25927)
zeertzjq
2023-11-08
*
|
|
|
refactor: the long goodbye
dundargoc
2023-11-05
*
|
|
|
vim-patch:9.0.2070: [security] disallow setting env in restricted mode (#25807)
zeertzjq
2023-10-28
*
|
|
|
fix(terminal): assign channel to terminal earlier (#25771)
zeertzjq
2023-10-25
[next]