summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin/terraform.vim
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-29 01:54:41 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-29 02:01:52 -0400
commitfa3b083016391c7ced5074f498c942ab47034975 (patch)
tree0a10e329a6d247016d4391c875def483da895d47 /vim/ftplugin/terraform.vim
parent34d83456f8c76ecdce5eb53abe6764c5ae061d64 (diff)
downloadconf-fa3b083016391c7ced5074f498c942ab47034975.tar.gz
conf-fa3b083016391c7ced5074f498c942ab47034975.zip
more vim scoping
this fixes, at least, using the Help function directly before opening denite for the first time (since `modifiable` was leaking through)
Diffstat (limited to 'vim/ftplugin/terraform.vim')
-rw-r--r--vim/ftplugin/terraform.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/ftplugin/terraform.vim b/vim/ftplugin/terraform.vim
index b296111..4e7db16 100644
--- a/vim/ftplugin/terraform.vim
+++ b/vim/ftplugin/terraform.vim
@@ -1,2 +1,2 @@
setlocal commentstring=#\ %s
-let g:terraform_fmt_on_save = 1
+let b:terraform_fmt_on_save = 1