Changes between Initial Version and Version 2 of Ticket #3881
- Timestamp:
- 02/29/20 06:33:35 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3881
- Property Status changed from new to closed
- Property Resolution changed from to duplicate
- Property Milestone changed from Future Releases to
-
Ticket #3881 – Description
initial v2 2 2 3 3 Create an bash script: 4 {{{ 4 5 #!/bin/bash 5 6 echo "hello world" 6 7 res="$(ls "-1" "$(pwd)")" 7 8 echo "hello world" 9 }}} 8 10 9 11 Second hello world is highlighted incorrectly. You can compare highlighting with vim or other editor as well. See attached screenshot