Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
4,612 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 29 commits in 5 repositories
Created 3 repositories
- itchyny/llvm-project C++
- itchyny/webapi-vim Vim script
- itchyny/go-vimlparser Vim script
Created a pull request in haya14busa/go-vimlparser that received 4 comments
update vim-vimlparser
Do not merge, this is still in progress...
I finished the work and the tests finally pass!
Opened 6 other pull requests in 4 repositories
vim-jp/vim-vimlparser
3
merged
hokaccha/go-prettyjson
1
open
llvm/llvm-project
1
closed
mattn/webapi-vim
1
merged
Created an issue in mdempsky/maligned that received 4 comments
maligned ignores custom build tags recently
Since c37866e, maligned complains on duplicate methods in different custom build tags. main.go package main func main() { debug("x") } debug.go // …