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

fixed: error "Error detected while processing function <SNR><N>_detect" #10

Closed
wants to merge 1 commit into from

Conversation

ashumkin
Copy link

Some files can be unreadable by a current user when traversing up
through "neighbor"-files. If so, the following error occurs:
Error detected while processing function _detect:
line 12:
E484: Can't open file <unreadable_filename>

To avoid this error, let's be sure we can read that file before we try
to read it.

Some files can be unreadable by a current user when traversing up
through "neighbor"-files. If so, the following error occurs:
  Error detected while processing function <SNR><N>_detect:
  line   12:
  E484: Can't open file <unreadable_filename>

To avoid this error, let's be sure we can read that file before we try
to read it.
@wellle
Copy link

wellle commented Feb 17, 2014

Closes #7.

@tpope tpope closed this Feb 21, 2014
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.

None yet

3 participants