kitty/kittens/choose
pagedown 15615a4cd1
Avoid defining variables with the same name that already exist
Avoid using existing parameter names for local variables.
Avoid using variable names from upper level for nested loops.
Avoid local variables hiding existing global variables.
2022-01-01 21:29:32 +08:00
..
__init__.py
choose-data-types.h Use an enum for UTF8 decoder state 2021-03-31 15:19:27 +05:30
main.c Avoid defining variables with the same name that already exist 2022-01-01 21:29:32 +08:00
main.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
match.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
output.c Fix position output in matcher 2021-08-07 10:45:50 +05:30
score.c Remove inline from .c files 2021-08-03 09:11:17 +05:30
subseq_matcher.pyi more typing work 2020-03-12 08:10:51 +05:30
unix_compat.c
vector.h Misc. fixes for issues reported by clang's static analyzer 2020-09-10 10:47:28 +05:30
windows_compat.c