Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README, add tips if you do not installed erlang #72

Closed
wants to merge 1 commit into from
Closed
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
6 changes: 5 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ Copy the content of the tarball to your `.vim'. Don't forget to run
`:helptags' if you are not using Pathogen.

Vimerl requires to have a recent version of Erlang installed in your
system with `escript' in your $PATH.
system with `escript' in your $PATH. (IF YOU DO NOT INSTALLED ERLANG,
YOU WILL SEE ERROR MESSAGE LIKE: Error detected while processing
function 65_SetErlangOptions:
line 17:
E518: Unknown option: not )

With a Vim version older than 7.3 syntax checking will be disabled as
some required features won't be available.
Expand Down