Skip to content

Commit

Permalink
s/set/setl
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuken committed Jul 22, 2016
1 parent 8d0c27f commit 3bae8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/ftplugin/go/go.vim
Expand Up @@ -33,7 +33,7 @@ if $GOROOT != ''
endif

" indent
au BufNewFile,BufRead *.go set noexpandtab tabstop=4 shiftwidth=4
au BufNewFile,BufRead *.go setlocal noexpandtab tabstop=4 shiftwidth=4

" override default gd option of vim-go, use split
nmap gs <Plug>(go-def-split)
Expand Down

0 comments on commit 3bae8ac

Please sign in to comment.