summaryrefslogtreecommitdiff
path: root/misc/vim/ftdetect
AgeCommit message (Collapse)AuthorFilesLines
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-20misc/vim: reorganize plugin so it uses ftplugin and syntaxJames Whitehead1-0/+1
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>