mirror of
https://github.com/amix/vimrc
synced 2025-01-02 07:08:41 +00:00
5 lines
92 B
Text
5 lines
92 B
Text
|
desc "${1:Task description}"
|
||
|
task :${2:task_name}${3: => [:dependent, :tasks]} do
|
||
|
${4}
|
||
|
end
|