mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 06:41:42 +08:00
c7f16439bf
! and not are effectively interchangeable now. Mark them both as operators for syntax highlighting.
16 lines
224 B
Plaintext
16 lines
224 B
Plaintext
|
|
####################
|
|
# Basic && and || support
|
|
|
|
####################
|
|
# && and || in if statements
|
|
|
|
####################
|
|
# && and || in while statements
|
|
|
|
####################
|
|
# Nots
|
|
|
|
####################
|
|
# Complex scenarios
|