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

Not work in MSYS/MinTTY/Vim. #87

Closed
GentleFly opened this issue Nov 18, 2013 · 3 comments
Closed

Not work in MSYS/MinTTY/Vim. #87

GentleFly opened this issue Nov 18, 2013 · 3 comments

Comments

@GentleFly
Copy link

Not work in MSYS/MinTTY/Vim.

I use "make -f make_mingw32.mak" in cmd. I set "is_windows=1" and "is_cygwin=0"

Then I try use exemple:

  • "Socket open test." - working
  • "Pipe open test." - not working, return:
    Error detected while processing function vimproc#popen2..27_plineopen..27_convert_args..vimpro
    c#get_command_name:
    line 15:
    E605: Exception not caught: vimproc#get_command_name: File "ls" is not found.
    Error detected while processing function vimproc#popen2..27_plineopen:
    line 52:
    E170: Missing :endfor
  • "Socket open test" - not working, return:
    Error detected while processing function vimproc#fopen..27_vp_file_open..27_libcall:
    line 16:
    E605: Exception not caught: vimproc: vp_file_open: ['open() error: No such file or directory']

Sorry for my English.

@Shougo
Copy link
Owner

Shougo commented Nov 19, 2013

This is not work problem.
It is just for test fail.

To test "Pipe open test", you must install "ls" command.

To test "File open test", you must create "test1.vim" file in current directory.

It is not "Socket open test".

@Shougo Shougo closed this as completed Nov 19, 2013
@GentleFly
Copy link
Author

"ls" is installed. It was problem with UTF 8. I convert it in ANSI.
And now: exemple "Pipe open test" return:

Error detected while processing function vimproc#popen2..< SNR>32_plineopen..< SNR>32_vp_pipe_open..< SNR>32_libcall:
line 16:
E605: Exception not caught: vimproc: vp_pipe_open: ['CreateProcess() error: < cd>< e5> < f3>< e4>< e0>< e5>< f2>< f1>', ' < ed>< e0>< e9>< f2>< e8> < f3>< ea>< e0>< e7>< e0>< ed>< ed>< fb>< e9> < f4>< e0>< e9>< eb>.^M^@ (null)']
Error detected while processing function vimproc#popen2..< SNR>32_plineopen..< SNR>32_vp_pipe_open:
line 6:
E171: Missing :endif
Error detected while processing function vimproc#popen2..< SNR>32_plineopen:
line 65:
E171: Missing :endif

Sorry for my English.

@Shougo
Copy link
Owner

Shougo commented Nov 19, 2013

I don't know why this error message is shown.
Can you check other features in vimproc?

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