We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 598b142 + 4edc89f commit dabc773Copy full SHA for dabc773
src/MacVim/MMAppController.m
@@ -64,8 +64,6 @@
64
static NSTimeInterval MMRequestTimeout = 5;
65
static NSTimeInterval MMReplyTimeout = 5;
66
67
-static NSString *MMWebsiteString = @"https://macvim-dev.github.io/macvim/";
68
-
69
// Latency (in s) between FS event occuring and being reported to MacVim.
70
// Should be small so that MacVim is notified of changes to the ~/.vim
71
// directory more or less immediately.
@@ -1470,7 +1468,7 @@ - (IBAction)openWebsite:(id)sender
1470
1468
{
1471
1469
ASLogDebug(@"Open MacVim website");
1472
[[NSWorkspace sharedWorkspace] openURL:
1473
- [NSURL URLWithString:MMWebsiteString]];
+ [NSURL URLWithString:@"https://macvim.org/"]];
1474
}
1475
1476
- (IBAction)showWhatsNew:(id)sender
0 commit comments