diff --git a/src/MacVim/MMAppController.m b/src/MacVim/MMAppController.m index a183df5022..a5fc6db61f 100644 --- a/src/MacVim/MMAppController.m +++ b/src/MacVim/MMAppController.m @@ -1768,6 +1768,8 @@ fsEventCallback(ConstFSEventStreamRef streamRef, v = [f stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding]; #endif } + + [dict setValue:v forKey:f]; } }