mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 02:54:31 +03:00
Use headless when launching nvim
This commit is contained in:
parent
2b745c1ac0
commit
0b66954019
@ -223,6 +223,8 @@ static CFDataRef local_server_callback(CFMessagePortRef local __unused, SInt32 m
|
||||
cmd = [cmd stringByAppendingFormat:@" %@", [args componentsJoinedByString:@" "]];
|
||||
}
|
||||
|
||||
cmd = [cmd stringByAppendingString:@" --headless"];
|
||||
|
||||
NSFileHandle *writeHandle = inputPipe.fileHandleForWriting;
|
||||
[writeHandle writeData:[cmd dataUsingEncoding:NSUTF8StringEncoding]];
|
||||
[writeHandle closeFile];
|
||||
|
2
neovim
2
neovim
@ -1 +1 @@
|
||||
Subproject commit e52dd4faec0626905b68cc940ccf9fb2aed9dc1f
|
||||
Subproject commit 9589942270b0e58bca6288c87b304ac7105f10bf
|
Loading…
Reference in New Issue
Block a user