Skip to content

Commit 6eea0b8

Browse files
authored
Merge pull request #1553 from ychin/fix-ci-macvim-test-ipcselectedtext
ci: Fix MacVim test breakage for testIPCSelectedText test
2 parents 712e067 + b6dbf05 commit 6eea0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MacVim/MacVimTests/MacVimTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ - (void) testFullScreenNonNativeMultiScreen {
13941394
/// Test the selected text related IPC APIs
13951395
- (void)testIPCSelectedText {
13961396
[self createTestVimWindow];
1397-
[self sendStringToVim:@":put =['abcd', 'efgh', 'ijkl']\nggdd" withMods:0];
1397+
[self sendStringToVim:@":call setline(1,['abcd','efgh','ijkl'])\n" withMods:0];
13981398
[self waitForEventHandlingAndVimProcess];
13991399

14001400
MMAppController *app = MMAppController.sharedInstance;

0 commit comments

Comments
 (0)