mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-07 23:41:15 -03:00
Style fix for sub-line comments
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user