1
0
mirror of https://github.com/golang/go synced 2024-11-12 02:10:21 -07:00

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

View File

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