summaryrefslogtreecommitdiff
path: root/misc/vim
AgeCommit message (Collapse)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi12-1109/+0
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg5-10/+26
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg9-53/+223
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-2/+15
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg7-33/+160
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý3-10/+45
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý10-0/+748
2011-09-13Imported Upstream version 60Ondřej Surý6-555/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-1/+1
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý2-19/+54
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý4-2/+75
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý3-3/+225
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-5/+5
2010-06-22misc/vim: always override filetype detection for .go filesAndrew Gerrand1-1/+1
R=adg CC=golang-dev http://codereview.appspot.com/1665043
2010-06-21misc/vim: clarifies syntax highlighting installation instructionsJames Whitehead1-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-20misc/vim: reorganize plugin so it uses ftplugin and syntaxJames Whitehead3-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-15Add new complex types, functions and literals to Vim syntax file.David Symonds1-2/+13
R=rsc CC=golang-dev http://codereview.appspot.com/224042 Committer: Russ Cox <rsc@golang.org>
2009-12-01Add 'copy' as a Go builtin function for Vim syntax highlighter spec.David Symonds1-1/+1
R=rsc http://codereview.appspot.com/163049 Committer: Russ Cox <rsc@golang.org>
2009-09-29Add a Vim syntax highlighting file for Go.David Symonds1-0/+190
APPROVED=rsc DELTA=190 (190 added, 0 deleted, 0 changed) OCL=35073 CL=35128