mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Fix vi modelines (#989)
At least in neovim, `│vi:` is not recognized as a modeline because it has no preceding whitespace. After fixing this, opening a file yields an error because `net` is not an option. (`noet`, however, is.)
This commit is contained in:
parent
221a27836b
commit
394d998315
3601 changed files with 3602 additions and 3602 deletions
2
third_party/python/Modules/_sqlite/cache.c
vendored
2
third_party/python/Modules/_sqlite/cache.c
vendored
|
@ -1,5 +1,5 @@
|
|||
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8 -*-│
|
||||
│vi: set net ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi│
|
||||
│ vi: set noet ft=c ts=4 sts=4 sw=4 fenc=utf-8 :vi │
|
||||
╞══════════════════════════════════════════════════════════════════════════════╡
|
||||
│ │
|
||||
│ Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de> │
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue