[vim/vim] runtime: guard recommended style settings consistently (PR #20650)

3 views
Skip to first unread message

Christian Brabandt

unread,
5:49 AM (3 hours ago) 5:49 AM
to vim/vim, Subscribed

Normalize the 15 existing guards to the documented two-level form get(g:, 'X_recommended_style', get(g:, 'filetype_recommended_style', 1)): fix the two non-standard "!exists() || != 0" guards (python, arduino) and tolk's wrong fallback variable, and convert the simple one-level guards.

Add the guard to filetype plugins that set stylistic indentation/format options without one: aap, abap, ada, cabal, cobol, elixir, falcon, graphql, heex, idris2, mermaid, occam, racket, scala, swift, tera.

Settings that are required rather than stylistic are left untouched, e.g. make/gomod/scdoc (mandatory tabs), chatito and vroom (indent mandated by the format), and the textwidth/formatoptions cases in gitcommit/help/ jjdescription.

Supported by AI.

fixes: #20036


You can view, comment on, or merge this pull request online at:

  https://github.com/vim/vim/pull/20650

Commit Summary

  • f26c96b runtime: guard recommended style settings consistently

File Changes

(31 files)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/20650@github.com>

Reply all
Reply to author
Forward
0 new messages