@@ -40,10 +40,10 @@ func NewBuffer(txt, path string) *Buffer {
b.name = path
b.savedText = txt
b.rules, b.filetype = GetRules(path)
b.Update()
b.rules, b.filetype = GetRules(b)
return b
}
The note is not visible to the blocked user.