mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-18 23:07:13 +09:00
Hover support
This commit is contained in:
@@ -197,7 +197,7 @@ func (b *Buffer) saveToFile(filename string, withSudo bool) error {
|
||||
b.UpdateRules()
|
||||
|
||||
if b.HasLSP() {
|
||||
b.server.DidSave(b.AbsPath)
|
||||
b.Server.DidSave(b.AbsPath)
|
||||
}
|
||||
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user