Block or Report
Block or report zeertzjq
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse4,267 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2023
Created 86 commits in 3 repositories
Created a pull request in neovim/neovim that received 4 comments
Opened 61 other pull requests in 3 repositories
neovim/neovim
45
merged
3
closed
- vim-patch:8.2.2336: Vim9: not possible to extend dictionary with different type
- vim-patch:9.0.{0196,partial:0202,0204}: indexof()
- vim-patch:9.0.{1354,1356}: "gr CTRL-G" stays in virtual replace mode
- vim-patch:8.2.{2449,4627,4629,4632}: flattennew(), flatten() fixes
- vim-patch:8.2.4318: various comment and indent mistakes, returning wrong zero
- fix(highlight): avoid ORing underline flags
- docs(vim_diff.txt): remove duplicate line
- vim-patch:partial:938ae280c79b
- test(legacy/prompt_buffer_spec): align script with oldtest more
- vim-patch:9.0.1332: crash when using buffer-local user command in cmdline window
- vim-patch:9.0.1331: illegal memory access when using :ball in Visual mode
- refactor(tui/input.c): remove unused multithreading code
- refactor(main.c): remove unreachable use_builtin_ui conditions
- vim-patch:9.0.1329: completion of map includes simplified ones
- fix(tui): properly check if stdin is a tty
- docs(README): fix CI status badge
- Fix some mistakes and warnings in tests
- vim-patch:9.0.1315: escaping for completion of map command not properly tested
- ci: change functionaltest timeout to 20 minutes
- fix(tui): only forward stdin_fd on first attach
- vim-patch:8.2.0148
- vim-patch:9.0.1314: :messages behavior depends on 'fileformat' of current buffer
- fix(ui): update window's grid size before scrolling it
- vim-patch:8.2.{0114,0154}: info about sourced scripts is scattered
- vim-patch:9.0.{1309,1310,1312}: scrolling two lines with even line count and 'scrolloff'
- Some pull requests not shown.
vim/vim
1
open
11
closed
- Remove wrong sentence in extendnew() help
- Allow ESC to cancel a "gr" command without beeping
- Fix indent in sign.txt
- Fix crash with buffer-local user command in cmdwin
- Don't include simplified mappings in completion
- Add proper test for escaping of "<" in mapping completion
- Fix typo
- Add test for CmdlineChanged after c_CTRL-R_CTRL-R
- Fix using Ctrl-N or Ctrl-P on cmdline doesn't trigger CmdlineChanged
- Fix setbufvar() move cursor position in Visual mode
- Consistently prefer offsetof() to sizeof() for extended structs
- Fix typo in filetype pattern
emeryberger/CSrankings
1
merged
Reviewed 30 pull requests in 2 repositories
neovim/neovim
25 pull requests
- feat(lua): add semver api
- fix(MSVC): set the active code page to utf-8
- vim-patch:9.0.1350: CPON files are not recognized
- refactor(PVS/V581): merge identical if statements
- vim-patch:9.0.1346: Starlark files are not recognized
- vim-patch:9.0.1337: yuck files are not recognized
- feat(ui): add match item highlight in pmenu
- vim-patch:9.0.1324: "gj" and "gk" do not move correctly over a closed fold
- vim-patch:9.0.1319: PRQL files are not recognized
- ci: split ci.yml into a test workflow and a build test workflow
- fix(lintcommit): capitalized regex
- feat(lsp): overwrite omnifunc/tagfunc set by ftplugin
- fix(folds): cursorline highlight is not always applied on closed folds
- refactor(tests): integrate lua-client into core and use core for functionaltests
- vim-patch:9.0.1291: Move language files are not recognized
- ci: add universal macos job
- vim-patch:9.0.1288: FunC files are not recognized
- feat: support preview colorscheme when move in colors wildmenu
- vim-patch:9.0.1282: Ron files are not recognized
- vim-patch:9.0.1281: Cadence files are not recognized
-
feat(spell): also source
spell/LANG.luawhen settingspelllang - perf(column): only build fold/sign column when present in 'statuscolumn'
- vim-patch:9.0.1278: go.work.sum files are not recognized
- vim-patch:be4e01637e71
- refactor: use flexible arrays instead of the length-of-one trick
- Some pull request reviews not shown.
Created an issue in neovim/neovim that received 3 comments
Error message for :set columns=0 is invisible
Describe the bug
Error message for :set columns=0 is invisible
Steps to reproduce
Run nvim --clean
Run :set columns=0
Nvim is waiting for a key to…
3
comments