summaryrefslogtreecommitdiff
path: root/misc/vim
AgeCommit message (Collapse)AuthorFilesLines
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