diff options
-rw-r--r-- | cpp/000organization.cc (renamed from cpp/000organization) | 0 | ||||
-rw-r--r-- | cpp/001help.cc (renamed from cpp/001help) | 0 | ||||
-rw-r--r-- | cpp/002test.cc (renamed from cpp/002test) | 0 | ||||
-rw-r--r-- | cpp/003trace.cc (renamed from cpp/003trace) | 0 | ||||
-rw-r--r-- | cpp/003trace.test.cc (renamed from cpp/003trace.tests) | 0 | ||||
-rw-r--r-- | cpp/010vm.cc (renamed from cpp/010vm) | 0 | ||||
-rw-r--r-- | cpp/011load.cc (renamed from cpp/011load) | 0 | ||||
-rw-r--r-- | cpp/012transform.cc (renamed from cpp/012transform) | 0 | ||||
-rw-r--r-- | cpp/013literal_string.cc (renamed from cpp/013literal_string) | 0 | ||||
-rw-r--r-- | cpp/014types.cc (renamed from cpp/014types) | 0 | ||||
-rw-r--r-- | cpp/020run.cc (renamed from cpp/020run) | 0 | ||||
-rw-r--r-- | cpp/021arithmetic.cc (renamed from cpp/021arithmetic) | 0 | ||||
-rw-r--r-- | cpp/022boolean.cc (renamed from cpp/022boolean) | 0 | ||||
-rw-r--r-- | cpp/023jump.cc (renamed from cpp/023jump) | 0 | ||||
-rw-r--r-- | cpp/024compare.cc (renamed from cpp/024compare) | 0 | ||||
-rw-r--r-- | cpp/025trace.cc (renamed from cpp/025trace) | 0 | ||||
-rw-r--r-- | cpp/030container.cc (renamed from cpp/030container) | 0 | ||||
-rw-r--r-- | cpp/031address.cc (renamed from cpp/031address) | 0 | ||||
-rw-r--r-- | cpp/032array.cc (renamed from cpp/032array) | 0 | ||||
-rw-r--r-- | cpp/033length.cc (renamed from cpp/033length) | 0 | ||||
-rw-r--r-- | cpp/034exclusive_container.cc (renamed from cpp/034exclusive_container) | 0 | ||||
-rw-r--r-- | cpp/035call.cc (renamed from cpp/035call) | 0 | ||||
-rw-r--r-- | cpp/036call_ingredient.cc (renamed from cpp/036call_ingredient) | 0 | ||||
-rw-r--r-- | cpp/037call_reply.cc (renamed from cpp/037call_reply) | 0 | ||||
-rw-r--r-- | cpp/038scheduler.cc (renamed from cpp/038scheduler) | 0 | ||||
-rw-r--r-- | cpp/040brace.cc (renamed from cpp/040brace) | 0 | ||||
-rw-r--r-- | cpp/041name.cc (renamed from cpp/041name) | 0 | ||||
-rw-r--r-- | cpp/042new.cc (renamed from cpp/042new) | 0 | ||||
-rw-r--r-- | cpp/043space.cc (renamed from cpp/043space) | 0 | ||||
-rw-r--r-- | cpp/044space_surround.cc (renamed from cpp/044space_surround) | 0 | ||||
-rw-r--r-- | cpp/050scenario.cc (renamed from cpp/050scenario) | 0 | ||||
-rw-r--r-- | cpp/052scenario_trace.cc (renamed from cpp/052scenario_trace) | 0 | ||||
-rw-r--r-- | cpp/054closure_name.cc (renamed from cpp/054closure_name) | 0 | ||||
-rw-r--r-- | cpp/070display.cc (renamed from cpp/070display) | 0 | ||||
-rw-r--r-- | cpp/090debug.cc (renamed from cpp/090debug) | 0 | ||||
-rw-r--r-- | cpp/vimrc.vim | 3 |
36 files changed, 0 insertions, 3 deletions
diff --git a/cpp/000organization b/cpp/000organization.cc index 964180d4..964180d4 100644 --- a/cpp/000organization +++ b/cpp/000organization.cc diff --git a/cpp/001help b/cpp/001help.cc index 2c48d297..2c48d297 100644 --- a/cpp/001help +++ b/cpp/001help.cc diff --git a/cpp/002test b/cpp/002test.cc index fa91c0a7..fa91c0a7 100644 --- a/cpp/002test +++ b/cpp/002test.cc diff --git a/cpp/003trace b/cpp/003trace.cc index 4f5f6254..4f5f6254 100644 --- a/cpp/003trace +++ b/cpp/003trace.cc diff --git a/cpp/003trace.tests b/cpp/003trace.test.cc index 0acf8807..0acf8807 100644 --- a/cpp/003trace.tests +++ b/cpp/003trace.test.cc diff --git a/cpp/010vm b/cpp/010vm.cc index 48b68cdf..48b68cdf 100644 --- a/cpp/010vm +++ b/cpp/010vm.cc diff --git a/cpp/011load b/cpp/011load.cc index c643a92e..c643a92e 100644 --- a/cpp/011load +++ b/cpp/011load.cc diff --git a/cpp/012transform b/cpp/012transform.cc index 888c7585..888c7585 100644 --- a/cpp/012transform +++ b/cpp/012transform.cc diff --git a/cpp/013literal_string b/cpp/013literal_string.cc index be6f771e..be6f771e 100644 --- a/cpp/013literal_string +++ b/cpp/013literal_string.cc diff --git a/cpp/014types b/cpp/014types.cc index d005bcbf..d005bcbf 100644 --- a/cpp/014types +++ b/cpp/014types.cc diff --git a/cpp/020run b/cpp/020run.cc index 178ff506..178ff506 100644 --- a/cpp/020run +++ b/cpp/020run.cc diff --git a/cpp/021arithmetic b/cpp/021arithmetic.cc index 7f7ab0f0..7f7ab0f0 100644 --- a/cpp/021arithmetic +++ b/cpp/021arithmetic.cc diff --git a/cpp/022boolean b/cpp/022boolean.cc index 014774db..014774db 100644 --- a/cpp/022boolean +++ b/cpp/022boolean.cc diff --git a/cpp/023jump b/cpp/023jump.cc index 932d0da8..932d0da8 100644 --- a/cpp/023jump +++ b/cpp/023jump.cc diff --git a/cpp/024compare b/cpp/024compare.cc index 3445809c..3445809c 100644 --- a/cpp/024compare +++ b/cpp/024compare.cc diff --git a/cpp/025trace b/cpp/025trace.cc index ae06cb8b..ae06cb8b 100644 --- a/cpp/025trace +++ b/cpp/025trace.cc diff --git a/cpp/030container b/cpp/030container.cc index 1741af1b..1741af1b 100644 --- a/cpp/030container +++ b/cpp/030container.cc diff --git a/cpp/031address b/cpp/031address.cc index fd713a22..fd713a22 100644 --- a/cpp/031address +++ b/cpp/031address.cc diff --git a/cpp/032array b/cpp/032array.cc index 57298e73..57298e73 100644 --- a/cpp/032array +++ b/cpp/032array.cc diff --git a/cpp/033length b/cpp/033length.cc index 5281287d..5281287d 100644 --- a/cpp/033length +++ b/cpp/033length.cc diff --git a/cpp/034exclusive_container b/cpp/034exclusive_container.cc index 89a4f921..89a4f921 100644 --- a/cpp/034exclusive_container +++ b/cpp/034exclusive_container.cc diff --git a/cpp/035call b/cpp/035call.cc index 0c84056e..0c84056e 100644 --- a/cpp/035call +++ b/cpp/035call.cc diff --git a/cpp/036call_ingredient b/cpp/036call_ingredient.cc index d928f286..d928f286 100644 --- a/cpp/036call_ingredient +++ b/cpp/036call_ingredient.cc diff --git a/cpp/037call_reply b/cpp/037call_reply.cc index 9e62c1da..9e62c1da 100644 --- a/cpp/037call_reply +++ b/cpp/037call_reply.cc diff --git a/cpp/038scheduler b/cpp/038scheduler.cc index 7645a315..7645a315 100644 --- a/cpp/038scheduler +++ b/cpp/038scheduler.cc diff --git a/cpp/040brace b/cpp/040brace.cc index fa9efab5..fa9efab5 100644 --- a/cpp/040brace +++ b/cpp/040brace.cc diff --git a/cpp/041name b/cpp/041name.cc index 20d1222f..20d1222f 100644 --- a/cpp/041name +++ b/cpp/041name.cc diff --git a/cpp/042new b/cpp/042new.cc index d268e6ca..d268e6ca 100644 --- a/cpp/042new +++ b/cpp/042new.cc diff --git a/cpp/043space b/cpp/043space.cc index 5d9c8555..5d9c8555 100644 --- a/cpp/043space +++ b/cpp/043space.cc diff --git a/cpp/044space_surround b/cpp/044space_surround.cc index c5a03176..c5a03176 100644 --- a/cpp/044space_surround +++ b/cpp/044space_surround.cc diff --git a/cpp/050scenario b/cpp/050scenario.cc index d8152219..d8152219 100644 --- a/cpp/050scenario +++ b/cpp/050scenario.cc diff --git a/cpp/052scenario_trace b/cpp/052scenario_trace.cc index 4436ee3f..4436ee3f 100644 --- a/cpp/052scenario_trace +++ b/cpp/052scenario_trace.cc diff --git a/cpp/054closure_name b/cpp/054closure_name.cc index b6ba686a..b6ba686a 100644 --- a/cpp/054closure_name +++ b/cpp/054closure_name.cc diff --git a/cpp/070display b/cpp/070display.cc index bf2ff85f..bf2ff85f 100644 --- a/cpp/070display +++ b/cpp/070display.cc diff --git a/cpp/090debug b/cpp/090debug.cc index d81071e9..d81071e9 100644 --- a/cpp/090debug +++ b/cpp/090debug.cc diff --git a/cpp/vimrc.vim b/cpp/vimrc.vim index 944a5fe1..51da6a0b 100644 --- a/cpp/vimrc.vim +++ b/cpp/vimrc.vim @@ -1,8 +1,5 @@ " Highlighting literate directives in C++ sources. function! HighlightTangledFile() - if &ft == "" || &ft == "cpp" - set ft=cpp - endif set comments-=:// set comments-=n:// set comments+=n://:,n:// |