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

New data format is broken for vimproc#readdir() #209

Closed
Shougo opened this issue Sep 12, 2015 · 2 comments
Closed

New data format is broken for vimproc#readdir() #209

Shougo opened this issue Sep 12, 2015 · 2 comments

Comments

@Shougo
Copy link
Owner

Shougo commented Sep 12, 2015

#206 is broken.

Test case:

  • Create empty directory.
$ mkdir -p test/test/test
  • Get files by vimproc#readdir()

:echo vimproc#readdir('test/test'), :echo vimproc#readdir('test/test/test')

  • vimproc#readdir('test/test/test') got "test/test/test" file...
@k-takata
Copy link
Collaborator

Sorry, fixed.
The previous result was returned when a directory was empty.

@Shougo
Copy link
Owner Author

Shougo commented Sep 12, 2015

Thank you!

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

No branches or pull requests

2 participants