From 342d0c81e5c16e6a4a01e9ce3c8fa6759e7148da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C5=8Dshin?= Date: Wed, 24 Apr 2024 13:56:37 -0700 Subject: [PATCH] vim spells the c++ filetype 'cpp' --- test/libc/thread/tls_dtor_test.cc | 2 +- test/libcxx/openmp_test.cc | 2 +- test/libcxx/trivial_test.cc | 2 +- third_party/double-conversion/wrapper.cc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/libc/thread/tls_dtor_test.cc b/test/libc/thread/tls_dtor_test.cc index d27a38936..c78486051 100644 --- a/test/libc/thread/tls_dtor_test.cc +++ b/test/libc/thread/tls_dtor_test.cc @@ -1,5 +1,5 @@ /*-*-mode:c++;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8-*-│ -│ vi: set et ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi │ +│ vi: set et ft=cpp ts=2 sts=2 sw=2 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2024 Justine Alexandra Roberts Tunney │ │ │ diff --git a/test/libcxx/openmp_test.cc b/test/libcxx/openmp_test.cc index ecea814ea..160b63629 100644 --- a/test/libcxx/openmp_test.cc +++ b/test/libcxx/openmp_test.cc @@ -1,5 +1,5 @@ /*-*-mode:c++;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8-*-│ -│ vi: set et ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi │ +│ vi: set et ft=cpp ts=2 sts=2 sw=2 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2024 Justine Alexandra Roberts Tunney │ │ │ diff --git a/test/libcxx/trivial_test.cc b/test/libcxx/trivial_test.cc index 35958df42..b34299548 100644 --- a/test/libcxx/trivial_test.cc +++ b/test/libcxx/trivial_test.cc @@ -1,5 +1,5 @@ /*-*-mode:c++;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8-*-│ -│ vi: set et ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi │ +│ vi: set et ft=cpp ts=2 sts=2 sw=2 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2024 Justine Alexandra Roberts Tunney │ │ │ diff --git a/third_party/double-conversion/wrapper.cc b/third_party/double-conversion/wrapper.cc index be64a747b..8e737d3f5 100644 --- a/third_party/double-conversion/wrapper.cc +++ b/third_party/double-conversion/wrapper.cc @@ -1,5 +1,5 @@ /*-*-mode:c++;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8-*-│ -│ vi: set et ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi │ +│ vi: set et ft=cpp ts=2 sts=2 sw=2 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │