Files
neovim/runtime/lua/vim/_meta
Justin M. Keyes 829e9ec65e refactor(options): generate "modeline disallowed" doc text #39019
Problem:
- Lots of redundant text in options docs for "not allowed in
  a modeline", even though we already have a flag that indicates that.
- `deny_in_modelines` is an old vestigial flag only used by 'encoding'
  (which never changes).

Solution:
- Generate docs based on the `secure` flag.
- Remove the `deny_in_modelines` flag (`kOptFlagNoML`).
2026-04-14 04:04:03 -04:00
..
2025-06-06 15:36:48 +01:00
2026-03-28 09:59:54 -04:00
2024-07-15 21:16:29 +01:00
2026-03-09 21:47:13 +01:00
2024-05-15 23:19:26 +02:00
2026-04-12 14:17:50 +02:00
2026-03-11 18:24:57 +01:00
2026-03-28 09:59:54 -04:00