We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08e946f + af567e9 commit 3710248Copy full SHA for 3710248
src/MacVim/MMWhatsNewController.m
@@ -171,7 +171,7 @@ - (void)webView:(WKWebView *)webView decidePolicyForNavigationAction:(WKNavigati
171
172
if ([requestURL.scheme isEqual:_whatsNewURL.scheme] &&
173
[requestURL.host isEqual:_whatsNewURL.host] &&
174
- [requestURL.port isEqual:_whatsNewURL.port] &&
+ requestURL.port.integerValue == _whatsNewURL.port.integerValue &&
175
[requestURL.path isEqual:_whatsNewURL.path] &&
176
[requestURL.query isEqual:_whatsNewURL.query])
177
{
0 commit comments