]> Cypherpunks repositories - gostls13.git/commit
misc/vim: reorganize plugin so it uses ftplugin and syntax
authorJames Whitehead <jnwhiteh@gmail.com>
Sun, 20 Jun 2010 09:46:12 +0000 (11:46 +0200)
committerAndrew Gerrand <adg@golang.org>
Sun, 20 Jun 2010 09:46:12 +0000 (11:46 +0200)
commitd67717c29bb11933ea6db186f5122fb9658f97e7
treef0ca81662885e2f9865dc7497efc971ee0c0f9e3
parenta674c024c707cc85fa0dcd2920c5f7feb6ba1053
misc/vim: reorganize plugin so it uses ftplugin and syntax

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
https://golang.org/cl/1723044
misc/vim/ftdetect/gofiletype.vim [new file with mode: 0644]
misc/vim/readme.txt [new file with mode: 0644]
misc/vim/syntax/go.vim [moved from misc/vim/go.vim with 100% similarity]