8000 prefer rst2html than rst2html.py on Windows by mattn · Pull Request #111 · previm/previm · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@mattn
Copy link
Member
@mattn mattn commented Oct 5, 2018

On Windows, executable("rst2html.py") return 1 even though if .py is not
registered to python.exe. So rst2html should be handled before
rst2html.py.

On Windows, executable("rst2html.py") return 1 even though if .py is not
registered to python.exe. So rst2html should be handled before
rst2html.py.
@mattn mattn merged commit 2a914bf into master Oct 5, 2018
@mattn mattn deleted the rst2html-windows branch October 5, 2018 02:39
let candidates = reverse(candidates)
endif
for candidate in candidates
if executable('rst2html.py') ==# 1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo?
s/executable('rst2html.py')/executable(candidate)/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0