From 45273d44d4b1bd9a1be431c1a98f9046ed3a5c79 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 8 Jun 2014 13:18:33 +0200 Subject: Major update --- ftplugin/go.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ftplugin/go.vim') diff --git a/ftplugin/go.vim b/ftplugin/go.vim index 8066733c..532fb172 100644 --- a/ftplugin/go.vim +++ b/ftplugin/go.vim @@ -9,9 +9,11 @@ if exists("b:did_ftplugin") endif let b:did_ftplugin = 1 +setlocal formatoptions-=t + setlocal comments=s1:/*,mb:*,ex:*/,:// setlocal commentstring=//\ %s -let b:undo_ftplugin = "setl com< cms<" +let b:undo_ftplugin = "setl fo< com< cms<" " vim:ts=4:sw=4:et -- cgit v1.2.3