Skip to content

Commit 81fa29e

Browse files
sanohiroclaude
andcommitted
chore: movementモジュールをeditor.zigにインポート
将来の拡張用にコマンドモジュールのインポートを整備。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 67c2066 commit 81fa29e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/editor.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ const EditingContext = @import("editing_context").EditingContext;
6161
const Keymap = @import("keymap").Keymap;
6262
const MacroService = @import("macro_service").MacroService;
6363
const edit = @import("commands_edit");
64+
const movement = @import("commands_movement");
6465
const rectangle = @import("commands_rectangle");
6566
const mx = @import("commands_mx");
6667

0 commit comments

Comments
 (0)