]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/go/autos.vim
setlocal is excess in ftplugin
[dotfiles.git] / vim / .vim / ftplugin / go / autos.vim
index 56267cf80a6c9d3110876941653c78f1848a95f3..95c4afc10420faacb330a4f92d895f7a5d30622b 100644 (file)
@@ -1,6 +1,6 @@
-setlocal noexpandtab
+set noexpandtab
 let b:defsplit_shift=" "
-setlocal makeprg=go\ build
+set makeprg=go\ build
 
 let @e = "^iif err = \eA; err != nil {\eo        "
 let @r = "oif err != nil {\r}\eO "