scripts/dev/src2asciidoc.py: vim: readonly
Set 'readonly' via Vim modeline in generated scripts.
This commit is contained in:
parent
d62cb58f7d
commit
dd0703eddf
@ -1,6 +1,7 @@
|
|||||||
// DO NOT EDIT THIS FILE DIRECTLY!
|
// DO NOT EDIT THIS FILE DIRECTLY!
|
||||||
// It is autogenerated by running:
|
// It is autogenerated by running:
|
||||||
// $ python3 scripts/dev/src2asciidoc.py
|
// $ python3 scripts/dev/src2asciidoc.py
|
||||||
|
// vim: readonly:
|
||||||
|
|
||||||
= Commands
|
= Commands
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// DO NOT EDIT THIS FILE DIRECTLY!
|
// DO NOT EDIT THIS FILE DIRECTLY!
|
||||||
// It is autogenerated by running:
|
// It is autogenerated by running:
|
||||||
// $ python3 scripts/dev/src2asciidoc.py
|
// $ python3 scripts/dev/src2asciidoc.py
|
||||||
|
// vim: readonly:
|
||||||
|
|
||||||
= Setting reference
|
= Setting reference
|
||||||
|
|
||||||
|
@ -44,6 +44,7 @@ FILE_HEADER = """
|
|||||||
// DO NOT EDIT THIS FILE DIRECTLY!
|
// DO NOT EDIT THIS FILE DIRECTLY!
|
||||||
// It is autogenerated by running:
|
// It is autogenerated by running:
|
||||||
// $ python3 scripts/dev/src2asciidoc.py
|
// $ python3 scripts/dev/src2asciidoc.py
|
||||||
|
// vim: readonly:
|
||||||
|
|
||||||
""".lstrip()
|
""".lstrip()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user