Closed jmcantrell closed 1 year ago
When 'r' is included in formatoptions, the following snippet:
formatoptions
? Shebang #!/usr/bin/env sh <{+}>
Expands to this:
#!/usr/bin/env sh #
I'm curious why this happens. It doesn't happen if I type that content in directly.
When 'r' is included in
formatoptions
, the following snippet:Expands to this:
I'm curious why this happens. It doesn't happen if I type that content in directly.