mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 11:37:32 +03:00
GH-382 Use vim command output to cd
This commit is contained in:
parent
c620fec2d0
commit
8612118710
@ -99,7 +99,7 @@ public class NeoVimView: NSView, NeoVimUiBridgeProtocol, NSUserInterfaceValidati
|
|||||||
set {
|
set {
|
||||||
let path = newValue.path
|
let path = newValue.path
|
||||||
let escapedCwd = self.agent.escapedFileName(path)
|
let escapedCwd = self.agent.escapedFileName(path)
|
||||||
self.agent.vimCommand("silent cd \(escapedCwd)")
|
self.agent.vimCommandOutput("cd \(escapedCwd)")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user