Skip to content

Commit 342d0c8

Browse files
committed
vim spells the c++ filetype 'cpp'
1 parent cec4c04 commit 342d0c8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/libc/thread/tls_dtor_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-*-mode:c++;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8-*-│
2-
│ vi: set et ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi │
2+
│ vi: set et ft=cpp ts=2 sts=2 sw=2 fenc=utf-8 :vi │
33
╞══════════════════════════════════════════════════════════════════════════════╡
44
│ Copyright 2024 Justine Alexandra Roberts Tunney │
55
│ │

test/libcxx/openmp_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-*-mode:c++;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8-*-│
2-
│ vi: set et ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi │
2+
│ vi: set et ft=cpp ts=2 sts=2 sw=2 fenc=utf-8 :vi │
33
╞══════════════════════════════════════════════════════════════════════════════╡
44
│ Copyright 2024 Justine Alexandra Roberts Tunney │
55
│ │

test/libcxx/trivial_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-*-mode:c++;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8-*-│
2-
│ vi: set et ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi │
2+
│ vi: set et ft=cpp ts=2 sts=2 sw=2 fenc=utf-8 :vi │
33
╞══════════════════════════════════════════════════════════════════════════════╡
44
│ Copyright 2024 Justine Alexandra Roberts Tunney │
55
│ │

third_party/double-conversion/wrapper.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-*-mode:c++;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8-*-│
2-
│ vi: set et ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi │
2+
│ vi: set et ft=cpp ts=2 sts=2 sw=2 fenc=utf-8 :vi │
33
╞══════════════════════════════════════════════════════════════════════════════╡
44
│ Copyright 2022 Justine Alexandra Roberts Tunney │
55
│ │

0 commit comments

Comments
 (0)