mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-16 16:21:27 -07:00
paste transform followup (#17624)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
This commit is contained in:
@@ -35,7 +35,7 @@ const createTestState = (
|
||||
transformationsByLine: [[]],
|
||||
visualLayout: defaultVisualLayout,
|
||||
pastedContent: {},
|
||||
expandedPasteInfo: new Map(),
|
||||
expandedPaste: null,
|
||||
});
|
||||
|
||||
describe('vim-buffer-actions', () => {
|
||||
@@ -912,7 +912,7 @@ describe('vim-buffer-actions', () => {
|
||||
cursorRow: 0,
|
||||
cursorCol: 0,
|
||||
pastedContent: {},
|
||||
expandedPasteInfo: new Map(),
|
||||
expandedPaste: null,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user