mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
c7f16439bf
! and not are effectively interchangeable now. Mark them both as operators for syntax highlighting.
15 lines
224 B
Text
15 lines
224 B
Text
|
|
####################
|
|
# Basic && and || support
|
|
|
|
####################
|
|
# && and || in if statements
|
|
|
|
####################
|
|
# && and || in while statements
|
|
|
|
####################
|
|
# Nots
|
|
|
|
####################
|
|
# Complex scenarios
|