Fossil SCM
Remove a newline from tools/fossil-autocomplete.zsh which, per [forum:2026-04-30T12:01:26Z|forum post 2026-04-30T12:01:26Z], confuses zsh.
Commit
92a0764bfe220a7573f05bdf7c0d7c9d3509aa7b429b8e0b2fb1e06df15bebad
Parent
7a8fb34c56cc62d…
1 file changed
+1
-2
+1
-2
| --- tools/fossil-autocomplete.zsh | ||
| +++ tools/fossil-autocomplete.zsh | ||
| @@ -160,12 +160,11 @@ | ||
| 160 | 160 | "(--help --args)"--args'[FILENAME Read additional arguments and options from FILENAME]:file:_files' |
| 161 | 161 | "(--help --cgitrace)"--cgitrace'[Active CGI tracing]' |
| 162 | 162 | "(--help --comfmtflags --comment-format)"--comfmtflags'[VALUE Set comment formatting flags to VALUE]:value:' |
| 163 | 163 | "(--help --comment-format --comfmtflags)"--comment-format'[VALUE Alias for --comfmtflags]:value:' |
| 164 | 164 | "(--help --errorlog)"--errorlog'[FILENAME Log errors to FILENAME]:file:_files' |
| 165 | - "(- -? --help)"{-?,--help} | |
| 166 | - '[Show help on the command rather than running it]' | |
| 165 | + "(- -? --help)"{-?,--help}'[Show help on the command rather than running it]' | |
| 167 | 166 | "(--help --httptrace)"--httptrace'[Trace outbound HTTP requests]' |
| 168 | 167 | "(--help --localtime)"--localtime'[Display times using the local timezone]' |
| 169 | 168 | "(--help --no-th-hook)"--no-th-hook'[Do not run TH1 hooks]' |
| 170 | 169 | "(--help --quiet)"--quiet'[Reduce the amount of output]' |
| 171 | 170 | "(--help --sqlstats)"--sqlstats'[Show SQL usage statistics when done]' |
| 172 | 171 |
| --- tools/fossil-autocomplete.zsh | |
| +++ tools/fossil-autocomplete.zsh | |
| @@ -160,12 +160,11 @@ | |
| 160 | "(--help --args)"--args'[FILENAME Read additional arguments and options from FILENAME]:file:_files' |
| 161 | "(--help --cgitrace)"--cgitrace'[Active CGI tracing]' |
| 162 | "(--help --comfmtflags --comment-format)"--comfmtflags'[VALUE Set comment formatting flags to VALUE]:value:' |
| 163 | "(--help --comment-format --comfmtflags)"--comment-format'[VALUE Alias for --comfmtflags]:value:' |
| 164 | "(--help --errorlog)"--errorlog'[FILENAME Log errors to FILENAME]:file:_files' |
| 165 | "(- -? --help)"{-?,--help} |
| 166 | '[Show help on the command rather than running it]' |
| 167 | "(--help --httptrace)"--httptrace'[Trace outbound HTTP requests]' |
| 168 | "(--help --localtime)"--localtime'[Display times using the local timezone]' |
| 169 | "(--help --no-th-hook)"--no-th-hook'[Do not run TH1 hooks]' |
| 170 | "(--help --quiet)"--quiet'[Reduce the amount of output]' |
| 171 | "(--help --sqlstats)"--sqlstats'[Show SQL usage statistics when done]' |
| 172 |
| --- tools/fossil-autocomplete.zsh | |
| +++ tools/fossil-autocomplete.zsh | |
| @@ -160,12 +160,11 @@ | |
| 160 | "(--help --args)"--args'[FILENAME Read additional arguments and options from FILENAME]:file:_files' |
| 161 | "(--help --cgitrace)"--cgitrace'[Active CGI tracing]' |
| 162 | "(--help --comfmtflags --comment-format)"--comfmtflags'[VALUE Set comment formatting flags to VALUE]:value:' |
| 163 | "(--help --comment-format --comfmtflags)"--comment-format'[VALUE Alias for --comfmtflags]:value:' |
| 164 | "(--help --errorlog)"--errorlog'[FILENAME Log errors to FILENAME]:file:_files' |
| 165 | "(- -? --help)"{-?,--help}'[Show help on the command rather than running it]' |
| 166 | "(--help --httptrace)"--httptrace'[Trace outbound HTTP requests]' |
| 167 | "(--help --localtime)"--localtime'[Display times using the local timezone]' |
| 168 | "(--help --no-th-hook)"--no-th-hook'[Do not run TH1 hooks]' |
| 169 | "(--help --quiet)"--quiet'[Reduce the amount of output]' |
| 170 | "(--help --sqlstats)"--sqlstats'[Show SQL usage statistics when done]' |
| 171 |