mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
Add terminating :vi on some modelines
Noticed because the settings they specified weren't getting picked up by editor sessions in those files.
This commit is contained in:
parent
fdcb8b2f7e
commit
2c5e7ec547
8 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
// -*- mode:c++; indent-tabs-mode:nil; c-basic-offset:4; coding:utf-8 -*-
|
// -*- mode:c++; indent-tabs-mode:nil; c-basic-offset:4; coding:utf-8 -*-
|
||||||
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8
|
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8 :vi
|
||||||
//
|
//
|
||||||
// Copyright 2024 Justine Alexandra Roberts Tunney
|
// Copyright 2024 Justine Alexandra Roberts Tunney
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// -*- mode:c++; indent-tabs-mode:nil; c-basic-offset:4; coding:utf-8 -*-
|
// -*- mode:c++; indent-tabs-mode:nil; c-basic-offset:4; coding:utf-8 -*-
|
||||||
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8
|
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8 :vi
|
||||||
//
|
//
|
||||||
// Copyright 2024 Justine Alexandra Roberts Tunney
|
// Copyright 2024 Justine Alexandra Roberts Tunney
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// -*- mode:c++; indent-tabs-mode:nil; c-basic-offset:4; coding:utf-8 -*-
|
// -*- mode:c++; indent-tabs-mode:nil; c-basic-offset:4; coding:utf-8 -*-
|
||||||
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8
|
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8 :vi
|
||||||
//
|
//
|
||||||
// Copyright 2024 Justine Alexandra Roberts Tunney
|
// Copyright 2024 Justine Alexandra Roberts Tunney
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// -*- mode:c++; indent-tabs-mode:nil; c-basic-offset:4; coding:utf-8 -*-
|
// -*- mode:c++; indent-tabs-mode:nil; c-basic-offset:4; coding:utf-8 -*-
|
||||||
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8
|
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8 :vi
|
||||||
//
|
//
|
||||||
// Copyright 2024 Justine Alexandra Roberts Tunney
|
// Copyright 2024 Justine Alexandra Roberts Tunney
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// -*- mode:c++; indent-tabs-mode:nil; c-basic-offset:4; coding:utf-8 -*-
|
// -*- mode:c++; indent-tabs-mode:nil; c-basic-offset:4; coding:utf-8 -*-
|
||||||
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8
|
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8 :vi
|
||||||
//
|
//
|
||||||
// Copyright 2024 Justine Alexandra Roberts Tunney
|
// Copyright 2024 Justine Alexandra Roberts Tunney
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// -*- mode:c++; indent-tabs-mode:nil; c-basic-offset:4; coding:utf-8 -*-
|
// -*- mode:c++; indent-tabs-mode:nil; c-basic-offset:4; coding:utf-8 -*-
|
||||||
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8
|
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8 :vi
|
||||||
//
|
//
|
||||||
// Copyright 2024 Justine Alexandra Roberts Tunney
|
// Copyright 2024 Justine Alexandra Roberts Tunney
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// -*- mode:c++; indent-tabs-mode:nil; c-basic-offset:4; coding:utf-8 -*-
|
// -*- mode:c++; indent-tabs-mode:nil; c-basic-offset:4; coding:utf-8 -*-
|
||||||
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8
|
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8 :vi
|
||||||
//
|
//
|
||||||
// Copyright 2024 Justine Alexandra Roberts Tunney
|
// Copyright 2024 Justine Alexandra Roberts Tunney
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// -*- mode:c++; indent-tabs-mode:nil; c-basic-offset:4; coding:utf-8 -*-
|
// -*- mode:c++; indent-tabs-mode:nil; c-basic-offset:4; coding:utf-8 -*-
|
||||||
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8
|
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8 :vi
|
||||||
//
|
//
|
||||||
// Copyright 2024 Justine Alexandra Roberts Tunney
|
// Copyright 2024 Justine Alexandra Roberts Tunney
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue