summaryrefslogtreecommitdiffstats
path: root/indent/vlang.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/vlang.vim')
-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