1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-25 23:02:35 +03:00

GH-339 Remove unnec' comment

This commit is contained in:
Tae Won Ha 2017-01-07 16:10:15 +01:00
parent a5dc659b24
commit e683f1e684
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -1449,10 +1449,6 @@ extension NeoVimView {
self.bufferListChanged() self.bufferListChanged()
} }
// if event == .TEXTCHANGED || event == .TEXTCHANGEDI || event == .BUFWRITEPOST || event == .BUFLEAVE {
// self.setDirtyStatus(self.agent.hasDirtyDocs())
// }
if event == .CWDCHANGED { if event == .CWDCHANGED {
self.cwdChanged() self.cwdChanged()
} }