summaryrefslogtreecommitdiffstats
path: root/indent
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-06-07 17:37:15 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-06-07 17:37:15 +0200
commitff066ee9f001ee7c35bd78cc00fa253a238aacda (patch)
tree6068b72491c2a48082c2d428316ad68752d5f13f /indent
parent5b3866302755da9e5a917ca42a38a4a03fb5f3e5 (diff)
downloadvim-polyglot-ff066ee9f001ee7c35bd78cc00fa253a238aacda.tar.gz
vim-polyglot-ff066ee9f001ee7c35bd78cc00fa253a238aacda.zip
Update
Diffstat (limited to 'indent')
-rw-r--r--indent/vlang.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/indent/vlang.vim b/indent/vlang.vim
index 58b441f9..71c0021b 100644
--- a/indent/vlang.vim
+++ b/indent/vlang.vim
@@ -15,6 +15,7 @@ setlocal nolisp
setlocal autoindent
setlocal indentexpr=VlangIndent(v:lnum)
setlocal indentkeys+=<:>,0=},0=)
+setlocal noexpandtab
if exists("*VlangIndent")
finish