📄 test_30.patch
字号:
# this file should be ran after a M2m compileecho "patch test_30"echo "lines changed:"echo "gb_a := print(alarm.time);"echo "hb_a := print(alarm.time);"echo "reason: alarm.time is a function call"ex - test_30.mal <<!EOFg/gb_a :=/s/^/_t:= alarm.time();/g/gb_a :=/s/alarm.time)/_t)/g/hb_a :=/s/^/_t:= alarm.time();/g/bb_a :=/s/alarm.time)/_t)/w test_30.malq!EOF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -