mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 03:25:03 +03:00
Fix typo
This commit is contained in:
parent
6bfa8e8bb1
commit
c6dd2b0bba
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user