Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-15 | Imported Upstream version 1.4upstream/1.4 | Tianon Gravi | 12 | -1109/+0 | |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 5 | -10/+26 | |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 9 | -53/+223 | |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 1 | -2/+15 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 7 | -33/+160 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 3 | -10/+45 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 10 | -0/+748 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 6 | -555/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -1/+1 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 2 | -19/+54 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 4 | -2/+75 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 3 | -3/+225 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -5/+5 | |
2010-06-22 | misc/vim: always override filetype detection for .go files | Andrew Gerrand | 1 | -1/+1 | |
R=adg CC=golang-dev http://codereview.appspot.com/1665043 | |||||
2010-06-21 | misc/vim: clarifies syntax highlighting installation instructions | James Whitehead | 1 | -6/+17 | |
Based on the review of CL 1723044, I've changed the installation instructions for the vim syntax files to suggest symlinking the files rather than copying the files. Also the wording has changed to be more consistent. R=golang-dev, Kyle Lemons, adg CC=golang-dev http://codereview.appspot.com/1702045 Committer: Andrew Gerrand <adg@golang.org> | |||||
2010-06-20 | misc/vim: reorganize plugin so it uses ftplugin and syntax | James Whitehead | 3 | -0/+13 | |
This sets up vim to work out of the box with go programs as long as syntax highlighting is enabled. Both files must be copied to the vim runtime directory in order for the file-type detection and syntax loading to work. R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/1723044 Committer: Andrew Gerrand <adg@golang.org> | |||||
2010-03-15 | Add new complex types, functions and literals to Vim syntax file. | David Symonds | 1 | -2/+13 | |
R=rsc CC=golang-dev http://codereview.appspot.com/224042 Committer: Russ Cox <rsc@golang.org> | |||||
2009-12-01 | Add 'copy' as a Go builtin function for Vim syntax highlighter spec. | David Symonds | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/163049 Committer: Russ Cox <rsc@golang.org> | |||||
2009-09-29 | Add a Vim syntax highlighting file for Go. | David Symonds | 1 | -0/+190 | |
APPROVED=rsc DELTA=190 (190 added, 0 deleted, 0 changed) OCL=35073 CL=35128 |