6 lines
53 B
VimL
6 lines
53 B
VimL
|
|
if "foo"
|
||
|
|
echo "true"
|
||
|
|
else
|
||
|
|
echo "false"
|
||
|
|
endif
|