mirror of
https://github.com/amix/vimrc
synced 2025-01-04 16:08:44 +00:00
6 lines
95 B
Text
6 lines
95 B
Text
|
- (${1:id}) ${2:method}:(${3:id})${4:anArgument}
|
||
|
{
|
||
|
$1 res = [super $2:$4];${5}
|
||
|
return res;
|
||
|
}
|