misc/vim: always override filetype detection for .go files

R=adg
CC=golang-dev
https://golang.org/cl/1665043
This commit is contained in:
Andrew Gerrand 2010-06-22 15:22:49 +01:00
parent e63ae242e6
commit 00d838b7b5
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
au BufRead,BufNewFile *.go setfiletype go
au BufRead,BufNewFile *.go set filetype=go