]> Cypherpunks repositories - gostls13.git/commit
Fix bug in godoc tab conversion filter:
authorRobert Griesemer <gri@golang.org>
Tue, 29 Dec 2009 01:24:53 +0000 (17:24 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 29 Dec 2009 01:24:53 +0000 (17:24 -0800)
commit2aefb8d930dd6c3878590dff727226130d836b8d
tree3dab676eb84817d36b7f380008197a703ed418c5
parentf0fcb2d59fb431d45847f09cf1bbcfc3363047ba
Fix bug in godoc tab conversion filter:
tabs after an empty line where not converted.

Also, made it more robust in the presence of
(unexpected) ' ' and '\v' chars in indentation
mode.

R=r
CC=golang-dev
https://golang.org/cl/181085
src/cmd/godoc/godoc.go