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
/
clint.py
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(IWYU): fix includes for ugrid.h (#26267)
zeertzjq
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: fix includes for api/autocmd.h
dundargoc
2023-11-27
*
refactor: fix includes for iconv.h
dundargoc
2023-11-27
*
refactor: create runtime_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for undo_defs.h
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
*
refactor: move autocmd types to autocmd_defs.h (#26239)
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
*
build(IWYU): fix headers for arabic.h
dundargoc
2023-11-26
*
refactor: move garray_T to garray_defs.h (#26227)
zeertzjq
2023-11-26
*
build: sync IWYU and clint to ignore the same headers (#26228)
dundargoc
2023-11-26
*
build: add check to clint to prevent non-defs header includes
dundargoc
2023-11-26
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
refactor: replace manual header guards with #pragma once
dundargoc
2023-11-12
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
refactor(map): avoid duplicated khash_t types for values
bfredl
2023-05-17
*
build(clint): fix deprecation and linter warnings
dundargoc
2023-04-26
*
build(lint): remove clint.py rules for braces #20880
dundargoc
2022-11-01
*
fix(clint): disable whitespace/newline #20619
Lewis Russell
2022-10-12
*
docs: various #12823
Justin M. Keyes
2022-10-09
*
docs: fix typos (#20394)
dundargoc
2022-09-30
*
refactor: move definitions from `typval.h` to `typval_defs.h` (#20194)
Famiu Haque
2022-09-14
*
ci(clint): remove "Inner expression indentation should be 4" rule (#20047)
dundargoc
2022-09-03
*
build: add github action annotations for clint
Lewis Russell
2022-07-04
*
build(clint): remove redundant checks #18698
dundargoc
2022-05-22
*
build(clint.py): remove rules for includes, whitespace, tabs #18611
dundargoc
2022-05-20
*
ci(clint): remove checks for whitespace after comma/semicolon (#18584)
Marco Hinz
2022-05-16
*
ci(clint): remove clint.py line length check #18574
dundargoc
2022-05-15
*
ci(clint): remove check for include order
Dundar Goc
2022-05-14
*
ci(clint): fix all pyright warnings
Dundar Goc
2022-05-14
*
build(clint): remove "function size is too large" warning
Dundar Goc
2022-05-06
*
build(clint): remove all python2-isms with pyupgrade
Dundar Goc
2022-04-20
*
build(clint): change shebang to python3
Dundar Goc
2022-04-20
*
build(clint): link to wiki when accessing list_T internals directly (#17876)
dundargoc
2022-03-29
*
chore(lgtm): ignore "__eq__ not overridden" warning
Dundar Göc
2022-03-09
*
ci(clint): remove "Unknown NOLINT error category" warning
Dundar Göc
2022-03-06
*
refactor(api): handle option dicts properly
Björn Linse
2021-10-03
*
ci: increase clint line length limit to 100 characters (#15252)
dundargoc
2021-08-16
*
fix(clint): fix link to style guide. (#14975)
dundargoc
2021-07-03
*
Fix multiple typos (#13063)
Hansraj Das
2020-10-12
*
vim-patch:8.1.1201: output of :command is hard to read
Jan Edmund Lazo
2020-02-16
*
api: add nvim_get_runtime_file for finding runtime files
Björn Linse
2020-02-07
[next]