mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-24 11:58:11 +08:00
Style fix for sub-line comments
This commit is contained in:
parent
a410c31bf8
commit
9f75cef5e5
doc_src
@ -409,7 +409,7 @@ A comma separated list of characters enclosed in curly braces will be expanded s
|
||||
Example:
|
||||
|
||||
\fish
|
||||
echo input.{c,h,txt} outputs 'input.c input.h input.txt'
|
||||
echo input.{c,h,txt} # Outputs 'input.c input.h input.txt'
|
||||
\endfish
|
||||
|
||||
The command `mv *.{c,h} src/` moves all files with the suffix '.c' or '.h' to the subdirectory src.
|
||||
|
@ -87,7 +87,7 @@ a { color: #3d5cb3; }
|
||||
.fish_right_bar a:hover { text-decoration: underline; }
|
||||
/* Adjust lists */
|
||||
.fish_left_bar ul {
|
||||
padding-left: 1.4rem;
|
||||
padding-left: 2rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
.fish_right_bar ul {
|
||||
|
Loading…
x
Reference in New Issue
Block a user