From 5f7e769b715a00a36cf168954335af8aa7a5698a Mon Sep 17 00:00:00 2001 From: Francisco Requena Date: Sun, 1 Mar 2020 20:42:58 +0100 Subject: [PATCH] Add missing sentence --- src/MacVim/MMAppController.m | 2 ++ 1 file changed, 2 insertions(+) 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]; } }