Huawen Yu
Huawen Yu
The plugin's g:asyncrun_status can avoid the double execute. I just add option g:asyncrun_silent. Then put this option before every setqlist() to solve the problem.
Thanks for your quick reply. Maybe take this plugin as an asynctask engine is interesting.
Hi elyoni, U can try this: change: gdb/server.vim|22 col 12| \ "conf_gdb_cmd" : ["gdb -ex 'echo neobugger_starting\n' -q -f", 'sysinit/init'] to: \ "conf_gdb_cmd" : ["arm-linux-gnueabihf-gdb -ex 'echo neobugger_starting\n' -q -f",...
Thanks for your reply. The branch ideal of git is very good, so I can stay on the feature branch and not bother others, and also give us enough time...