1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 02:54:31 +03:00

Re-add cwdchanged for now...

This commit is contained in:
Tae Won Ha 2017-02-19 12:54:34 +01:00
parent 7248311fbd
commit 42a6be8b74
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -1472,7 +1472,7 @@ extension NeoVimView {
self.tabChanged()
}
if event == .DIRCHANGED {
if event == .CWDCHANGED {
self.cwdChanged()
}