Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2393)

Issue 7757043: code review 7757043: misc/vim: ':Godoc' command does not work with 'log.Print'

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by mattn
Modified:
11 years, 1 month ago
Reviewers:
dsymonds
CC:
dsymonds, golang-dev
Visibility:
Public.

Description

misc/vim: ':Godoc' command does not work with 'log.Print'

Patch Set 1 #

Patch Set 2 : diff -r a364be6bc34f https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r a364be6bc34f https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r a364be6bc34f https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r dfbaf2b999a6 http://go.googlecode.com/hg/ #

Patch Set 6 : diff -r dfbaf2b999a6 http://go.googlecode.com/hg/ #

Patch Set 7 : diff -r dfbaf2b999a6 http://go.googlecode.com/hg/ #

Total comments: 5

Patch Set 8 : diff -r dfbaf2b999a6 http://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 9 : diff -r dfbaf2b999a6 http://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -2 lines) Patch
M misc/vim/plugin/godoc.vim View 1 2 3 4 5 6 7 8 1 chunk +15 lines, -2 lines 0 comments Download

Messages

Total messages: 11
mattn
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 1 month ago (2013-03-12 17:26:20 UTC) #1
adg
Can you explain the problem better? What is it that doesn't work? On 13 March ...
11 years, 1 month ago (2013-03-12 23:52:18 UTC) #2
mattn
> Can you explain the problem better? What is it that doesn't work? ex: ----------- ...
11 years, 1 month ago (2013-03-13 07:03:14 UTC) #3
mattn
11 years, 1 month ago (2013-03-13 07:03:32 UTC) #4
adg
R=dsymonds, who knows vim script
11 years, 1 month ago (2013-03-13 22:44:18 UTC) #5
dsymonds
sorry for the delay https://codereview.appspot.com/7757043/diff/20001/misc/vim/ftdetect/gofiletype.vim File misc/vim/ftdetect/gofiletype.vim (right): https://codereview.appspot.com/7757043/diff/20001/misc/vim/ftdetect/gofiletype.vim#newcode12 misc/vim/ftdetect/gofiletype.vim:12: setlocal filetype=go iskeyword+=. I don't ...
11 years, 1 month ago (2013-03-18 03:07:52 UTC) #6
mattn
Sorry for delay https://codereview.appspot.com/7757043/diff/20001/misc/vim/ftdetect/gofiletype.vim File misc/vim/ftdetect/gofiletype.vim (right): https://codereview.appspot.com/7757043/diff/20001/misc/vim/ftdetect/gofiletype.vim#newcode12 misc/vim/ftdetect/gofiletype.vim:12: setlocal filetype=go iskeyword+=. On 2013/03/18 03:07:52, ...
11 years, 1 month ago (2013-03-25 11:21:04 UTC) #7
dsymonds
https://codereview.appspot.com/7757043/diff/20001/misc/vim/plugin/godoc.vim File misc/vim/plugin/godoc.vim (right): https://codereview.appspot.com/7757043/diff/20001/misc/vim/plugin/godoc.vim#newcode76 misc/vim/plugin/godoc.vim:76: let words = split(word, '\.') On 2013/03/25 11:21:04, mattn ...
11 years, 1 month ago (2013-03-26 03:17:28 UTC) #8
mattn
https://codereview.appspot.com/7757043/diff/26001/misc/vim/plugin/godoc.vim File misc/vim/plugin/godoc.vim (right): https://codereview.appspot.com/7757043/diff/26001/misc/vim/plugin/godoc.vim#newcode91 misc/vim/plugin/godoc.vim:91: echo 'No documentation found for "' . word . ...
11 years, 1 month ago (2013-03-26 06:36:23 UTC) #9
dsymonds
LGTM
11 years, 1 month ago (2013-03-26 06:38:42 UTC) #10
dsymonds
11 years, 1 month ago (2013-03-26 06:40:00 UTC) #11
*** Submitted as https://code.google.com/p/go/source/detail?r=319d13f7fda0 ***

misc/vim: make Godoc command work with "log.Print".

R=dsymonds
CC=golang-dev
https://codereview.appspot.com/7757043

Committer: David Symonds <dsymonds@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b