Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1132)

Side by Side Diff: misc/vim/ftdetect/gofiletype.vim

Issue 4650062: code review 4650062: misc/vim: allow only utf-8 for fileencoding (fix CL462... (Closed)
Patch Set: diff -r c051dc36c416 http://go.googlecode.com/hg/ Created 13 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 au BufRead,BufNewFile *.go set fileencoding=utf-8 filetype=go 1 au BufReadPre,BufNewFile *.go set filetype=go fileencoding=utf-8 fileencodings=u tf-8
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b