Block or Report
Block or report justinmk
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
850 contributions in the last year
Activity overview
Contributed to
neovim/neovim,
justinmk/config,
vscode-neovim/vscode-neovim
and 29 other
repositories
Contribution activity
June 2022
Created 26 commits in 5 repositories
Created a pull request in neovim/neovim that received 1 comment
refactor(log): simplify log_path_init
Problem: Since 22b52dd #11501, log_path_init is called in log_init, which means it is now called at a deterministic time. So the "just in time" com…
+21
−47
•
1
comment
Opened 10 other pull requests in 1 repository
neovim/neovim
8
merged
1
open
1
closed
- fix(ci): noisy logs, unreliable test
- build(lint): set some linters as non-fatal
- fix(logging): try harder to resolve Nvim "name"
- feat: stdpath('runtime'), put tempdir in "/tmp/nvim.user/"
- fix(terminal): coverity USE_AFTER_FREE
- refactor(log): use msg_schedule_semsg
- build(lint): fix lintuncrustify
- build(lint): fix luacheck not found
- fix(tests): unreliable parser_spec
- fix(log): recursion warnings at DEBUG log-level
Reviewed 67 pull requests in 4 repositories
neovim/neovim
25 pull requests
- refactor(option): DRY up get/set option value
-
feat(nvim_exec2): Implement
nvim_exec2() - vim-patch:8.2.{5107,5138}: various small issues
- Add "buf" and "win" to nvim_get_option_value and use them in vim.bo and vim.wo
- ci: build universal release on macOS
-
fix(float): make
screen*()functions respect floating windows - feat(cmake): run tests with ctest
- refactor(ui): encode "redraw" events without intermediate allocations
- fix(extmark): fix conceal
- fix(tui): fix piping output make nvim unusable
- [WIP] fix cmdheight problems
- feat(lsp): defaults: tagfunc, omnifunc
- delete cmake code
- fix(terminal): coverity USE_AFTER_FREE
- feat: stdpath('runtime'), put tempdir in "/tmp/nvim.user/"
- feat: instance "name", test ids, store pipes in stdpath(state)
- fix(hl): return cterm fg/bg even if they match Normal
- fix(lua): clear got_int when calling vim.on_key() callback
- Fix #15913: make_filter_cmd for powershell as shell
- docs: improve 'insertmode' emulation
- vim-patch:8.2.5097: using uninitialized memory when using 'listchars'
- fix(ui): do not call showmode() when setting window height
- feat(marks): marks keep "view" info and restore it on jump
- fix(lsp): log messages using vim.notify
- perf(memory): use an arena for RPC decoding
- Some pull request reviews not shown.