1
0
Fork 0

add: vim sessions

This commit is contained in:
Jan Christoph Uhde 2016-08-03 23:22:35 +02:00
parent 54eda61754
commit 566b243def
3 changed files with 18 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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