diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-27 19:47:32 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-27 19:47:32 +0200 |
commit | f95026252c5a31242903a98c741887696dfbb11f (patch) | |
tree | cd697cdc96c20a44f03ff3aacc67f78fdcc6ece5 /ftplugin/zig.vim | |
parent | 4f3df59be709bf0d5c5c67dc804fde49abdc2700 (diff) | |
download | vim-polyglot-f95026252c5a31242903a98c741887696dfbb11f.tar.gz vim-polyglot-f95026252c5a31242903a98c741887696dfbb11f.zip |
Update everything, closes #435
Diffstat (limited to 'ftplugin/zig.vim')
-rw-r--r-- | ftplugin/zig.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftplugin/zig.vim b/ftplugin/zig.vim index 72983ceb..e49c5bc5 100644 --- a/ftplugin/zig.vim +++ b/ftplugin/zig.vim @@ -7,9 +7,9 @@ endif let b:did_ftplugin = 1 -set expandtab -set tabstop=4 -set shiftwidth=4 +setlocal expandtab +setlocal tabstop=4 +setlocal shiftwidth=4 setlocal suffixesadd=.zig setlocal commentstring=//\ %s |