Skip to content

Commit b6dbf05

Browse files
committed
ci: Fix MacVim test breakage for testIPCSelectedText test
It seems that the input system is a little flaky and can occasionally drop the full command. Switching to a regular Vim function seems to alleviate this for now. This would be looked at and revamped in more details when we drop Distributed Objects soon.
1 parent 712e067 commit b6dbf05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)