Skip to content

serpent7776/dumpx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DumpX v0.3

Dump your C/C++ code with vim without rebuild all project

Released under GPL v3

Revision

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

How To

Install

$ cd ~/.vim/bundle
$ git clone https://github.com/vbextreme/dumpx.git 
$ cd ..
$ cp ./bundle/dumpx/syntax/* ./syntax/

Usage

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

change ycm file

"set default ycm file
let g:dumpxYCM = 'default'
"manual settings 
let g:dumpxYCM = '/your/path/.ycm.py

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

About

dump your C/C++ code with vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 100.0%