Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/MacVim/MMWhatsNewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ - (void)webView:(WKWebView *)webView decidePolicyForNavigationAction:(WKNavigati

if ([requestURL.scheme isEqual:_whatsNewURL.scheme] &&
[requestURL.host isEqual:_whatsNewURL.host] &&
[requestURL.port isEqual:_whatsNewURL.port] &&
requestURL.port.integerValue == _whatsNewURL.port.integerValue &&
[requestURL.path isEqual:_whatsNewURL.path] &&
[requestURL.query isEqual:_whatsNewURL.query])
{
Expand Down
Loading