Skip to content

Commit f97f6d4

Browse files
committed
Correct VIM patch number in which newrw#BrowseX changed
1 parent 7e99bde commit f97f6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/markdown.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ if !exists('*s:EditUrlUnderCursor')
744744
endif
745745

746746
function! s:VersionAwareNetrwBrowseX(url)
747-
if has('patch-9.1.1868')
747+
if has('patch-9.1.1588')
748748
call netrw#BrowseX(a:url)
749749
elseif has('patch-7.4.567')
750750
call netrw#BrowseX(a:url, 0)

0 commit comments

Comments
 (0)