Dump your C/C++ code with vim without rebuild all project
Released under GPL v3
0.4 Removed useless features, minor bug fix
0.3 Add auto cflags for YCM, auto center match
0.2 Add split left and right
0.1 Add only assembly, add partial disassembly
0.0 initial
$ cd ~/.vim/bundle
$ git clone https://github.com/vbextreme/dumpx.git
$ cd ..
$ cp ./bundle/dumpx/syntax/* ./syntax/
dump current file in top window and jump to line
:DXT
or
:DumpXTop
dump current file in bottom window and jump to line
:DXB
or
:DumpXBottom
dump current file in left window and jump to line
:DXL
or
:DumpXLeft
dump current file in right window and jump to line
:DXR
or
:DumpXRight
automatic load flags from YCM
DXAF
for setting default compiler
let g:dumpxCC='gcc'
for setting manual flags
let g:dumpxCFLAGS = ''
for setting mode, only assembly/mixmode/partial
let g:dumpxMode = 1
help
:help DumpX