vim C++ filetype is still spelled "cpp"

This commit is contained in:
Jōshin 2024-06-05 16:34:47 -07:00
parent cc2c1893c5
commit 04c6bc478e
No known key found for this signature in database
13 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
// -*-mode:c++;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8-*-
// vi: set et ft=c++ ts=4 sts=4 sw=4 fenc=utf-8 :vi
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8 :vi
#ifndef COSMOPOLITAN_CTL_OPTIONAL_H_
#define COSMOPOLITAN_CTL_OPTIONAL_H_
#include <__utility/forward.h>