Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ftplugin/bind-named.vim
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ if namedindent_override_with_local_expandtab != 0
if namedindent_disable_expandtab != 0
" expandtab got defined elsewhere, so we use hard tab, locally
setlocal noexpandtab
echomsg "No nein Expandtabby..."
" echomsg "No nein Expandtabby..."
else
" noexpandtab got defined elsewhere, so we use hard tab, locally
echomsg "Expandtabby..."
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch on this one. I too was a victim of overplugins.

" echomsg "Expandtabby..."
setlocal expandtab
endif
endif
Expand Down