We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following line seems to be the culprit with an out of range error when running ocp-indent-buffer:
ocp-indent-buffer
ocp-indent/tools/ocp-indent.el
Line 139 in 7c4d434
A fix that seems to work for me is:
(ocp-indent-region 1 (buffer-size))
The text was updated successfully, but these errors were encountered:
Prevent Args out of range error in ocp-indent-buffer
d510acd
Fix OCamlPro#320.
Successfully merging a pull request may close this issue.
The following line seems to be the culprit with an out of range error when running
ocp-indent-buffer
:ocp-indent/tools/ocp-indent.el
Line 139 in 7c4d434
A fix that seems to work for me is:
The text was updated successfully, but these errors were encountered: