1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:14:42 -07:00

misc/vim: allow only utf-8 for fileencoding.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4625078
This commit is contained in:
Yasuhiro Matsumoto 2011-06-30 16:19:53 +10:00 committed by David Symonds
parent 4dfdacd2bd
commit 51a79d0306

View File

@ -1 +1 @@
au BufRead,BufNewFile *.go set filetype=go
au BufRead,BufNewFile *.go set fileencoding=utf-8 filetype=go