From f261ab25a738aad9accb6c274cc865671e1e6b89 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 29 Oct 2018 19:21:32 -0400 Subject: Fix comment in go options --- inc/filetype-options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/filetype-options.vim') diff --git a/inc/filetype-options.vim b/inc/filetype-options.vim index 97e5bdd..b67360e 100644 --- a/inc/filetype-options.vim +++ b/inc/filetype-options.vim @@ -83,7 +83,7 @@ endfunction function SetGoOptions() set tabstop=8 set noexpandtab - # The ACP is pretty slow with my Go plugins enabled + " The ACP is pretty slow with my Go plugins enabled AcpDisable set nolist set noic -- cgit v1.2.3