mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-03 03:10:22 +09:00
chore: remove repetitive words (#3205)
Signed-off-by: occupyhabit <wangmengjiao@outlook.com>
This commit is contained in:
@@ -57,7 +57,7 @@ var (
|
||||
BTLog = BufType{2, true, true, false}
|
||||
// BTScratch is a buffer that cannot be saved (for scratch work)
|
||||
BTScratch = BufType{3, false, true, false}
|
||||
// BTRaw is is a buffer that shows raw terminal events
|
||||
// BTRaw is a buffer that shows raw terminal events
|
||||
BTRaw = BufType{4, false, true, false}
|
||||
// BTInfo is a buffer for inputting information
|
||||
BTInfo = BufType{5, false, true, false}
|
||||
|
||||
Reference in New Issue
Block a user