mirror of
https://codeberg.org/scip/config-general-mode.git
synced 2025-12-16 20:10:57 +01:00
+backticks
This commit is contained in:
@@ -50,3 +50,6 @@ include complex/empty.cfg
|
|||||||
# an array (unless -MergeDuplicates is true)
|
# an array (unless -MergeDuplicates is true)
|
||||||
lines = hello
|
lines = hello
|
||||||
lines = world # will become: 'lines' => ['hello', 'world']
|
lines = world # will become: 'lines' => ['hello', 'world']
|
||||||
|
|
||||||
|
# a backticks assignment
|
||||||
|
date = `date +%Ymd`
|
||||||
|
|||||||
Reference in New Issue
Block a user