[Command] Fix accidental word concatenation in Options.td
Split up words that appear to have been accidentally concatenated. This looks to be exhaustive: to find these in vim, use: /\v[^ ]"\n +"[^ ]
Loading
Please sign in to comment
Split up words that appear to have been accidentally concatenated. This looks to be exhaustive: to find these in vim, use: /\v[^ ]"\n +"[^ ]