]> Cypherpunks repositories - gostls13.git/commit
misc/vim: Added filetype settings for comments.
authorDavid Bürgin <676c7473@gmail.com>
Tue, 18 Jun 2013 04:59:50 +0000 (14:59 +1000)
committerDavid Symonds <dsymonds@golang.org>
Tue, 18 Jun 2013 04:59:50 +0000 (14:59 +1000)
commitc1e780c4e453eef4f8a60a637aea24a8d044a747
treecad417558b94477c6171f71fa879369e22b22592
parent3a895563df1acf1724424071af7c5ce4397cfd77
misc/vim: Added filetype settings for comments.

This basic Vim ftplugin sets the 'comments' and 'commentstring'
settings to sensible values. Future filetype settings for Go
would go in the same file.
The ftplugin was added as misc/vim/ftplugin/go/go.vim, this way
the installation instructions in readme.txt remain valid.
Fixes #5715.

R=dsymonds
CC=gobot, golang-dev
https://golang.org/cl/10323043
misc/vim/ftplugin/go.vim [new file with mode: 0644]
misc/vim/readme.txt