mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-13 11:00:58 +00:00
Dont highlight tab/space errors in the BTHelp buffers (#3189)
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
This commit is contained in:
parent
c64add289b
commit
b518bda50c
1 changed files with 2 additions and 0 deletions
|
|
@ -379,6 +379,8 @@ func (h *BufPane) openHelp(page string) error {
|
|||
} else {
|
||||
helpBuffer := buffer.NewBufferFromString(string(data), page+".md", buffer.BTHelp)
|
||||
helpBuffer.SetName("Help " + page)
|
||||
helpBuffer.SetOptionNative("hltaberrors", false)
|
||||
helpBuffer.SetOptionNative("hltrailingws", false)
|
||||
|
||||
if h.Buf.Type == buffer.BTHelp {
|
||||
h.OpenBuffer(helpBuffer)
|
||||
|
|
|
|||
Loading…
Reference in a new issue