mirror of https://github.com/golang/go.git
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:
parent
4dfdacd2bd
commit
51a79d0306
|
|
@ -1 +1 @@
|
|||
au BufRead,BufNewFile *.go set filetype=go
|
||||
au BufRead,BufNewFile *.go set fileencoding=utf-8 filetype=go
|
||||
|
|
|
|||
Loading…
Reference in New Issue