1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 03:25:03 +03:00
This commit is contained in:
Tae Won Ha 2017-12-07 00:14:31 +01:00
parent 6bfa8e8bb1
commit c6dd2b0bba
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -411,7 +411,7 @@ static CFDataRef local_server_callback(CFMessagePortRef local __unused, SInt32 m
}
- (NSString *)neoVimServerExecutablePath {
return [[[NSBundle bundleForClass:[self class]] builtInPlugInsPath] stringByAppendingPathComponent:@"NVimServer"];
return [[[NSBundle bundleForClass:[self class]] builtInPlugInsPath] stringByAppendingPathComponent:@"NvimServer"];
}
- (NSString *)localServerName {