mirror of
https://github.com/amix/vimrc
synced 2024-12-12 21:22:32 +00:00
7 lines
158 B
Text
7 lines
158 B
Text
|
+ (void) initialize
|
||
|
{
|
||
|
[[NSUserDefaults standardUserDefaults] registerDefaults:[NSDictionary dictionaryWIthObjectsAndKeys:
|
||
|
${1}@"value", @"key",
|
||
|
nil]];
|
||
|
}
|