Merge pull request #1 from sunaku/patch-1

typo in help docs: "vebugger" was "vebuger"
This commit is contained in:
Idan Arye 2015-01-08 10:39:00 +02:00
commit 498b97d5f8

View File

@ -109,7 +109,7 @@ information(usually the "-g" flag).
LAUNCHING GDB *vebugger-gdb* LAUNCHING GDB *vebugger-gdb*
GDB can be launched with *vebuger#gdb#start* GDB can be launched with *vebugger#gdb#start*
> >
call vebugger#gdb#start('a.out',{'args':['hello','world']}) call vebugger#gdb#start('a.out',{'args':['hello','world']})
< <