mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-19 15:27:20 +09:00
Drop unnecessary Ftoa and FtoaWithDigits function (#1751)
Fixes: #1749 Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
This commit is contained in:
@@ -567,8 +567,6 @@ func importHumanize() *lua.LTable {
|
||||
|
||||
L.SetField(pkg, "Bytes", luar.New(L, humanize.Bytes))
|
||||
L.SetField(pkg, "Ordinal", luar.New(L, humanize.Ordinal))
|
||||
L.SetField(pkg, "Ftoa", luar.New(L, humanize.Ftoa))
|
||||
L.SetField(pkg, "FtoaWithDigits", luar.New(L, humanize.FtoaWithDigits))
|
||||
|
||||
return pkg
|
||||
}
|
||||
|
||||
@@ -364,8 +364,6 @@ The following functions are also available from the go-humanize package:
|
||||
The `humanize` package exposes:
|
||||
* `Bytes`
|
||||
* `Ordinal`
|
||||
* `Ftoa`
|
||||
* `FtoaWithDigits`
|
||||
|
||||
## Adding help files, syntax files, or colorschemes in your plugin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user