xavierd / clang_complete

Vim plugin that use clang for completing C/C++ code.
http://www.vim.org/scripts/script.php?script_id=3302
1.96k stars 308 forks source link

cc_args.py IndexError: list index out of range #579

Closed Shane-XB-Qian closed 4 years ago

Shane-XB-Qian commented 4 years ago

just a try, but you may like to know: when run this py to the src code of vim, it failed at line#95 proc = subprocess.Popen(sys.argv[1:]) perhaps it was too complicated ... :)

Shane-XB-Qian commented 4 years ago

um, looks i misunderstood your purpose: you'd (this py) would like to upd from the 'make' ran cli parameters into .clang_complete .. -vs- to detect sth .. anyway, just a try. sorry for confusion and bother.