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

Issue 6823044: code review 6823044: misc/vim: fix reimport guard and remove K mapping.

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by AndrewRadev
Modified:
11 years, 5 months ago
Reviewers:
dsymonds
CC:
golang-dev, dsymonds, minux1
Visibility:
Public.

Description

misc/vim: fix reimport guard and remove K mapping. The "did_ftplugin" lines were ineffective and the "K" mapping was too invasive, which is why it was removed.

Patch Set 1 #

Patch Set 2 : diff -r 8e87cb8dca7d https://code.google.com/p/go #

Patch Set 3 : diff -r 8e87cb8dca7d https://code.google.com/p/go #

Total comments: 2

Patch Set 4 : diff -r 8e87cb8dca7d https://code.google.com/p/go #

Patch Set 5 : diff -r 8e87cb8dca7d https://code.google.com/p/go #

Patch Set 6 : diff -r 8e87cb8dca7d https://code.google.com/p/go #

Patch Set 7 : diff -r 8e87cb8dca7d https://code.google.com/p/go #

Patch Set 8 : diff -r 8e87cb8dca7d https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -15 lines) Patch
M misc/vim/ftplugin/go/fmt.vim View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
R misc/vim/ftplugin/go/godoc.vim View 1 2 3 4 5 1 chunk +0 lines, -13 lines 0 comments Download
M misc/vim/ftplugin/go/import.vim View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M misc/vim/readme.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 15
AndrewRadev
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 5 months ago (2012-10-29 10:11:54 UTC) #1
dsymonds
Thanks, but can you sign the CLA? http://golang.org/doc/contribute.html#copyright Let me know when you've done that ...
11 years, 5 months ago (2012-10-29 10:18:10 UTC) #2
dsymonds
https://codereview.appspot.com/6823044/diff/4001/misc/vim/ftplugin/go/fmt.vim File misc/vim/ftplugin/go/fmt.vim (right): https://codereview.appspot.com/6823044/diff/4001/misc/vim/ftplugin/go/fmt.vim#newcode15 misc/vim/ftplugin/go/fmt.vim:15: if exists("b:did_ftplugin_fmt") let's use "b:did_ftplugin_go_fmt" to mirror the path. ...
11 years, 5 months ago (2012-10-29 10:21:10 UTC) #3
AndrewRadev
Hello golang-dev@googlegroups.com, dsymonds@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 5 months ago (2012-10-29 10:33:39 UTC) #4
dsymonds
LGTM
11 years, 5 months ago (2012-10-29 10:34:50 UTC) #5
minux1
you didn't remove the K mapping.
11 years, 5 months ago (2012-10-29 10:38:24 UTC) #6
dsymonds
On Mon, Oct 29, 2012 at 9:38 PM, <minux.ma@gmail.com> wrote: > you didn't remove the ...
11 years, 5 months ago (2012-10-29 10:40:09 UTC) #7
AndrewRadev
Hello golang-dev@googlegroups.com, dsymonds@golang.org, minux.ma@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 5 months ago (2012-10-29 10:46:31 UTC) #8
dsymonds
I don't see the K mapping gone. You need to do a "hg upload 6823044" ...
11 years, 5 months ago (2012-10-29 10:51:09 UTC) #9
minux1
you need to add newly changed file to this CL, for example: hg file 6823044 ...
11 years, 5 months ago (2012-10-29 10:53:36 UTC) #10
AndrewRadev
Hello golang-dev@googlegroups.com, dsymonds@golang.org, minux.ma@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 5 months ago (2012-10-29 11:00:49 UTC) #11
dsymonds
please update misc/vim/readme.txt too.
11 years, 5 months ago (2012-10-29 11:05:58 UTC) #12
AndrewRadev
Hello golang-dev@googlegroups.com, dsymonds@golang.org, minux.ma@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 5 months ago (2012-10-29 11:07:48 UTC) #13
dsymonds
LGTM thanks
11 years, 5 months ago (2012-10-29 11:08:17 UTC) #14
dsymonds
11 years, 5 months ago (2012-10-29 11:10:59 UTC) #15
*** Submitted as http://code.google.com/p/go/source/detail?r=507eeea1c3da ***

misc/vim: fix reimport guard and remove K mapping.

The "did_ftplugin" lines were ineffective and the "K" mapping was too
invasive, which is why it was removed.

R=golang-dev, dsymonds, minux.ma
CC=golang-dev
http://codereview.appspot.com/6823044

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