]> Cypherpunks repositories - gostls13.git/commitdiff
misc/vim: always override filetype detection for .go files
authorAndrew Gerrand <adg@golang.org>
Tue, 22 Jun 2010 14:22:49 +0000 (15:22 +0100)
committerAndrew Gerrand <adg@golang.org>
Tue, 22 Jun 2010 14:22:49 +0000 (15:22 +0100)
R=adg
CC=golang-dev
https://golang.org/cl/1665043

misc/vim/ftdetect/gofiletype.vim

index b67dab0abea9d2a1c44f74614c7468ca1928b625..8843121603dfc6b6c3d02a11a67bfcf47586da33 100644 (file)
@@ -1 +1 @@
-au BufRead,BufNewFile *.go setfiletype go
+au BufRead,BufNewFile *.go set filetype=go