flags -> govis

Signed-off-by: Aleksa Sarai <asarai@suse.de>
This commit is contained in:
Aleksa Sarai 2017-02-14 02:11:11 +11:00
parent de223ffc92
commit c2a9f1a56d
No known key found for this signature in database
GPG Key ID: 9E18AA267DDB8DB4
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ const (
VisNoSlash // VIS_NOSLASH: Inhibit printing '\'.
VisHTTPStyle // VIS_HTTPSTYLE: HTTP-style escape %xx.
VisGlob // VIS_GLOB: Encode glob(3) magics.
unvisEnd // UNVIS_END: Internal flag used to indicate end of parsing.
VisWhite VisFlag = (VisSpace | VisTab | VisNewline)
)