mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-13 19:10:58 +00:00
Fixing settings not being applied when saving as a new file (#3625)
This commit is contained in:
parent
f5debdf8fe
commit
698511c5b6
1 changed files with 1 additions and 1 deletions
|
|
@ -232,6 +232,6 @@ func (b *Buffer) saveToFile(filename string, withSudo bool, autoSave bool) error
|
|||
absPath, _ := filepath.Abs(filename)
|
||||
b.AbsPath = absPath
|
||||
b.isModified = false
|
||||
b.UpdateRules()
|
||||
b.ReloadSettings(true)
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue