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

View file

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