33
I Use This!
Very High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Possible string literals that have to be replaced More... about 10 years ago
Try to find all other instances of vimrc and gvimrc and prefix them with n More... about 10 years ago
check readonly by trying to open the file for writing... More... about 10 years ago
adapt to the style guildelines More... about 10 years ago
Prefer enums over incremental defines More... about 10 years ago
Workaround the broken progress feedback in some versions of CMake.
jszakmeister
as John Szakmeister
More... about 10 years ago
remove HAVE_SETJMP_H More... about 10 years ago
remove HAVE_ERRNO More... about 10 years ago
remove HAVE_BCMP More... about 10 years ago
remove HAVE_MATH_H More... about 10 years ago
remove HAVE_INTTYPES More... about 10 years ago
remove HAVE_STDINT More... about 10 years ago
remove HAVE_STDARG_H More... about 10 years ago
remove HAVE_{ISWUPPER,ISWLOWER,TOWUPPER,TOWLOWER} More... about 10 years ago
Revive vim_fname (-> os_file_exists); fix misuse of mch_getperm. More... about 10 years ago
More cleanup More... about 10 years ago
Move and refactor mch_[gs]etperm to os/fs module. More... about 10 years ago
Moved more functions from misc1.c to indent.c More... about 10 years ago
Remove remaining hangul-related code More... about 10 years ago
Use include paths relative to src/ More... about 10 years ago
Adapt include guards to the style guide More... about 10 years ago
Refactor travis build to use clang's sanitizers More... about 10 years ago
Extract indent_c.c from misc1.c More... about 10 years ago
Delete structs.h by spliting it and moving code to other headers More... about 10 years ago
Include <stdint.h> in types.h More... about 10 years ago
Remove useless sizeof(uint32_t) == 4 test More... about 10 years ago
Replace UINT32_T by uint32_t More... about 10 years ago
add .vimrc and src/.ycm_extra_conf.py More... about 10 years ago
Add unit tests for mch_[gs]etperm. More... about 10 years ago
Issue #311 - Clean up blowfish.c/h, charset.c/h, diff.c/h, digraph.c/h, garray.c/h, hashtab.c/h, popupmnu.c/h, sha256.c/h, version.c/h. Update uncrustify to move logical operators to the beginning of the line when splitting. Also, clean up arabic.c/h and farsi.c/h More... about 10 years ago