use constants for True and False instead of tokens
This commit is contained in:
parent
a216d9af41
commit
53adeacc6d
5 changed files with 25 additions and 19 deletions
|
|
@ -105,7 +105,7 @@ func InitVarTable(table VarTable) {
|
|||
}
|
||||
|
||||
if variable[0] == "HOME" {
|
||||
SetVar('~', t, table)
|
||||
SetVar("~", t, table)
|
||||
}
|
||||
SetVar(variable[0], t, table)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue