edit statement: Restore row deletion commands (dd, dr)#35
Merged
hymkor merged 3 commits intodevelop-v0.28from Feb 7, 2026
Merged
edit statement: Restore row deletion commands (dd, dr)#35hymkor merged 3 commits intodevelop-v0.28from
edit statement: Restore row deletion commands (dd, dr)#35hymkor merged 3 commits intodevelop-v0.28from
Conversation
hymkor
added a commit
that referenced
this pull request
Feb 7, 2026
hymkor
added a commit
that referenced
this pull request
Feb 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(English)
editstatement: Restore row deletion commands (dd,dr):Fixed a keybinding conflict that rendered row deletion unavailable. The
dkey has been unassigned from the "Set Null" function to restore theddanddrcommands, following specification changes in Csvi. Field Null assignment remains available via thexkey.(Japanese)
edit文: 行削除コマンド(dd,dr)の復旧レコードの削除操作(
dd,dr)を再び利用可能にした。以前のバージョンでは、Null設定機能をdキーにも割り当てていたため、Csvi側の仕様変更(Dの廃止)に伴い、行削除が実行できない状態になっていた。今回、dへのNull設定機能を解除することでこの競合を解消した。※Null設定機能は、引き続きxキーで利用可能。