ide - How to run make in vim and open results in a split window? -
i use vim coding. when have compile current file, use :!g++ % && ./a.out
or :make
. errors/output displayed gone when press enter , file. wish errors , output displayed in vertical split side. nice if output , error streams in separate buffers. how can done? errors , output buffer(s) should updated when compile again , should not create new buffers. how can this? vim pluggin/function? or oneliner :p?
Comments
Post a Comment