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
...
|
*
|
|
|
refactor(IWYU): move evalarg_T to eval_defs.h (#26716)
zeertzjq
2023-12-23
|
*
|
|
|
refactor(options): generate BV_ and WV_ constants (#26705)
zeertzjq
2023-12-22
|
*
|
|
|
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
|
*
|
|
|
refactor: eliminate cyclic includes
dundargoc
2023-12-20
|
*
|
|
|
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
|
*
|
|
|
docs: add style rule regarding initialization
dundargoc
2023-12-18
|
*
|
|
|
refactor: split WIN_EXECUTE() into two functions (#26627)
zeertzjq
2023-12-18
|
*
|
|
|
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
|
*
|
|
|
refactor(options): use hashy for finding options (#26573)
Famiu Haque
2023-12-17
|
*
|
|
|
refactor(options): remove option type macros
Famiu Haque
2023-12-14
|
*
|
|
|
feat(eval): exists() function supports checking v:lua functions (#26485)
Raphael
2023-12-12
|
*
|
|
|
refactor(options): convert `opt_idx` variables to `OptIndex`
Famiu Haque
2023-12-09
|
*
|
|
|
refactor(options): reduce `findoption()` usage
Famiu Haque
2023-12-09
|
*
|
|
|
refactor: format casting of negative number better (#26482)
zeertzjq
2023-12-09
|
*
|
|
|
Merge pull request #26456 from gpanders/ignore-vim-runtime
Gregory Anders
2023-12-07
|
|
\
\
\
\
|
|
*
|
|
|
fix(terminal): ignore $VIM and $VIMRUNTIME in pty jobs
Gregory Anders
2023-12-07
|
*
|
|
|
|
refactor(options): split `get_option_value()` into smaller functions
Famiu Haque
2023-12-07
|
|
/
/
/
/
|
*
|
|
|
refactor: object_to_vim() cannot fail
Justin M. Keyes
2023-12-07
|
*
|
|
|
fix(terminal): never propagate $COLORTERM from outer env (#26440)
zeertzjq
2023-12-07
|
*
|
|
|
fix(json): allow objects with empty keys #25564
Emanuel
2023-12-06
|
*
|
|
|
vim-patch:8.1.1583: set_ref_in_list() only sets ref in items (#26418)
zeertzjq
2023-12-06
|
*
|
|
|
refactor(IWYU): fix includes for highlight_group.h (#26340)
zeertzjq
2023-12-01
|
*
|
|
|
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
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge remote-tracking branch 'upstream/master' into userreg
userreg
Josh Rahm
2023-11-29
|
\
|
|
|
|
*
|
|
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
|
|
/
/
/
[prev]
[next]