static void codegen_stmt(struct stmt_t *stmt) { switch (stmt->kind) { case STMT_ASSIGN: codegen_assign(stmt->assign); case STMT_RETURN: default: assert(0); } }
Pressing o on the opening brace of a function definition may cause a brief highlighting glitch.
I can reproduce this with vim --clean -c "runtime! plugin/matchparen.vim"
There should be no incorrect highlighting.
9.2.735
Operating system: Linux archlinux 7.1.2-arch3-1
Terminal: Kitty
Value of $TERM: xterm-kitty
Shell: /usr/bin/bash
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Could you provide video or ascii cinima? Can't reproduce.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
@mao-yining It rendered incorrectly in the video the last time I pressed 'o'.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
https://github.com/user-attachments/assets/693bce2b-d490-447c-8462-d63308fcfdd5
vim --clean -c "runtime! plugin/matchparen.vim"oA rendering error occurs on the final o keypress shown in the video.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()