vim: fix apostrophe in comment.
This commit is contained in:
parent
4f0c95ef3f
commit
7812d14546
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class Vim < Formula
|
|||
def install
|
||||
ENV["LUA_PREFIX"] = HOMEBREW_PREFIX if build.with?("lua") || build.with?("luajit")
|
||||
|
||||
# vim doesn"t require any Python package, unset PYTHONPATH.
|
||||
# vim doesn't require any Python package, unset PYTHONPATH.
|
||||
ENV.delete("PYTHONPATH")
|
||||
|
||||
opts = []
|
||||
|
|
Loading…
Reference in a new issue