Skip to content

Commit 16c17a4

Browse files
committed
disable debug messages
1 parent d305317 commit 16c17a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ftplugin/bind-named.vim

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ if namedindent_override_with_local_expandtab != 0
4141
if namedindent_disable_expandtab != 0
4242
" expandtab got defined elsewhere, so we use hard tab, locally
4343
setlocal noexpandtab
44-
echomsg "No nein Expandtabby..."
44+
" echomsg "No nein Expandtabby..."
4545
else
4646
" noexpandtab got defined elsewhere, so we use hard tab, locally
47-
echomsg "Expandtabby..."
47+
" echomsg "Expandtabby..."
4848
setlocal expandtab
4949
endif
5050
endif

0 commit comments

Comments
 (0)