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
/
os
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(IWYU): create normal_defs.h (#26293)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
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): export generated headers
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: 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
*
build(clint): more precise check for "defs" headers (#26236)
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
*
fix: missing case in setxattr error handling (#26176)
Nik Klassen
2023-11-24
*
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-13
*
refactor: replace manual header guards with #pragma once
dundargoc
2023-11-12
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)
zeertzjq
2023-11-10
*
refactor: the long goodbye
dundargoc
2023-11-05
*
docs: small fixes (#25585)
dundargoc
2023-10-29
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
vim-patch:dbf749bd5aae (#25665)
zeertzjq
2023-10-16
*
refactor(lang): reduce scope of HAVE_WORKING_LIBINTL #ifdefs
bfredl
2023-10-15
*
vim-patch:9.0.1975: xattr: permission-denied errors on write (#25478)
zeertzjq
2023-10-03
*
fix: fix ASAN errors on clang 17 (#25469)
dundargoc
2023-10-03
*
refactor: move cmdline completion types to cmdexpand_defs.h (#25465)
zeertzjq
2023-10-02
*
vim-patch:9.0.1967: xattr errors not translated (#25454)
zeertzjq
2023-10-01
*
vim-patch:9.0.1964: xattr support fails to build on MacOS X (#25448)
zeertzjq
2023-10-01
*
vim-patch:9.0.1963: Configure script may not detect xattr
zeertzjq
2023-09-30
*
vim-patch:9.0.1962: No support for writing extended attributes
zeertzjq
2023-09-30
*
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
*
vim-patch:9.0.1946: filename expansion using ** in bash may fail
zeertzjq
2023-09-29
*
Merge pull request #25396 from bfredl/no_attr
bfredl
2023-09-27
|
\
|
*
refactor(messages): fold msg_attr into msg
bfredl
2023-09-27
|
*
refactor(messages): fold msg_outtrans_attr into msg_outtrans
bfredl
2023-09-27
*
|
feat: NVIM_APPNAME supports relative paths #25233
Rory Nesbitt
2023-09-27
|
/
*
fix(job-control): fix use after free (#25223)
sid-6581
2023-09-18
*
fix: fix compiler warning from clang
dundargoc
2023-09-09
*
refactor(map): enhanced implementation, Clean Codeā¢, etc etc
bfredl
2023-09-08
*
refactor: remove some (const char **) casts (#24423)
zeertzjq
2023-07-22
*
fix(startup): run embedded Nvim with real path (#24282)
zeertzjq
2023-07-08
*
refactor: adjust headers according to the style guide (#23934)
dundargoc
2023-06-06
*
fix(NVIM_APPNAME): show error message if $NVIM_APPNAME is invalid
Ghjuvan Lacambre
2023-05-28
[next]