Skip to content

Commit 4c2bfb7

Browse files
committed
fix expandtab. even it was configured to set noexpandtab it was overwritten later again
1 parent 16c17a4 commit 4c2bfb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ftplugin/bind-named.vim

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ if namedindent_override_with_local_expandtab != 0
4747
" echomsg "Expandtabby..."
4848
setlocal expandtab
4949
endif
50+
else
51+
setlocal expandtab
52+
filetype plugin indent on
5053
endif
5154

52-
setlocal expandtab
53-
filetype plugin indent on
54-
5555
setlocal completefunc=syntaxcomplete#Complete

0 commit comments

Comments
 (0)