Skip to content

Instantly share code, notes, and snippets.

@supermomonga
Created September 1, 2013 12:20
Show Gist options
  • Save supermomonga/6404124 to your computer and use it in GitHub Desktop.
Save supermomonga/6404124 to your computer and use it in GitHub Desktop.
function neocomplete#handler#_do_auto_complete..neocomplete#complete#_get_results..neocomplete#complete#_set_results_words..200..<SNR>177_check_source..<SNR>177_make_cache..neocomplete#cache#async_load_from_file..<SNR>225_async_load..vimproc#system_bg..vimproc#plineopen3..<SNR>182_plineopen, line 8
Vim(let):E121: Undefined variable: fd
Source name is buffer
Error occured in source's gather_candidates()!
function neocomplete#handler#_do_auto_complete..neocomplete#complete#_get_results..neocomplete#complete#_set_results_words..200..<SNR>177_check_source..<SNR>177_make_cache..neocomplete#cache#async_load_from_file..<SNR>225_async_load..vimproc#system_bg..vimproc#plineopen3..<SNR>182_plineopen, line 8
Vim(let):E121: Undefined variable: fd
Source name is buffer
Error occured in source's gather_candidates()!
"app/views/widgets/_submenu.html.haml" 14L, 324C written
Error detected while processing function <SNR>181_check_buffer..<SNR>181_initialize_include..neocomplete#cache#async_load_from_tags..<SNR>225_async_load..vimproc#system_bg..vimproc#plineopen3..<SNR>182_plineopen:
line 8:
E121: Undefined variable: fd
E15: Invalid expression: (empty(a:commands) || a:commands[0].fd.stdin == '')? 0 : vimproc#fopen(a:commands[0].fd.stdin, 'O_RDONLY').fd
line 21:
E121: Undefined variable: fd
E15: Invalid expression: command.fd.stdout =~ '^>'
line 28:
E121: Undefined variable: fd
E116: Invalid arguments for function s:is_pseudo_device(command.fd.stdout) ? 0 : vimproc#fopen(command.fd.stdout, mode).fd
E15: Invalid expression: s:is_pseudo_device(command.fd.stdout) ? 0 : vimproc#fopen(command.fd.stdout, mode).fd
line 38:
E121: Undefined variable: fd
E15: Invalid expression: command.fd.stderr =~ '^>'
line 44:
E121: Undefined variable: fd
E116: Invalid arguments for function s:is_pseudo_device(command.fd.stderr) ? 0 : vimproc#fopen(command.fd.stderr, mode).fd
E15: Invalid expression: s:is_pseudo_device(command.fd.stderr) ? 0 : vimproc#fopen(command.fd.stderr, mode).fd
line 48:
E121: Undefined variable: fd
E15: Invalid expression: command.fd.stderr ==# '/dev/stdout'
line 52:
E121: Undefined variable: args
E116: Invalid arguments for function s:convert_args(command.args)
E15: Invalid expression: s:convert_args(command.args)
line 53:
E121: Undefined variable: args
E116: Invalid arguments for function fnamemodify(args[0], ':t:r')
E15: Invalid expression: fnamemodify(args[0], ':t:r')
line 54:
E121: Undefined variable: hstdin
E15: Invalid expression: cnt == 0 && hstdin == 0 && hstdout == 0 && hstderr == 0 && exists('g:vimproc_popen2_commands') && get(g:vimproc_popen2_commands, command_name, 0) != 0 ? 2 : npipe
line 65:
E121: Undefined variable: pty_npipe
E116: Invalid arguments for function s:vp_pipe_open(pty_npipe, hstdin, hstdout, hstderr, args)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment