mirror of https://gitee.com/bigwinds/arangodb
add: vim sessions
This commit is contained in:
parent
54eda61754
commit
566b243def
|
@ -0,0 +1,6 @@
|
|||
edit arangod/GeneralServer/GeneralCommTask.h
|
||||
vsplit arangod/GeneralServer/GeneralCommTask.cpp
|
||||
tabnew arangod/GeneralServer/HttpCommTask.h
|
||||
vsplit arangod/GeneralServer/HttpCommTask.cpp
|
||||
tabnew arangod/GeneralServer/VppCommTask.h
|
||||
vsplit arangod/GeneralServer/VppCommTask.cpp
|
|
@ -0,0 +1,6 @@
|
|||
edit lib/Rest/GeneralRequest.h
|
||||
vsplit lib/Rest/GeneralRequest.cpp
|
||||
tabnew lib/Rest/HttpRequest.h
|
||||
vsplit lib/Rest/HttpRequest.cpp
|
||||
tabnew lib/Rest/VppRequest.h
|
||||
vsplit lib/Rest/VppRequest.cpp
|
|
@ -0,0 +1,6 @@
|
|||
edit lib/Rest/GeneralResponse.h
|
||||
vsplit lib/Rest/HttpResponse.h
|
||||
tabnew lib/Rest/VppResponse.h
|
||||
vsplit lib/Rest/VppResponse.cpp
|
||||
tabnew lib/Rest/HttpResponse.cpp
|
||||
vsplit lib/Rest/GeneralResponse.cpp
|
Loading…
Reference in New Issue