Skip to content

Commit

Permalink
disable debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mfilser committed Sep 24, 2021
1 parent d305317 commit 16c17a4
Showing 1 changed file with 2 additions and 2 deletions.
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..."
" echomsg "Expandtabby..."

This comment has been minimized.

Copy link
@egberts

egberts Aug 30, 2024

Owner

Incorporated this change into master.
(I'm working on vim-nftables.vim at the moment, but going back to this next)

setlocal expandtab
endif
endif
Expand Down

0 comments on commit 16c17a4

Please sign in to comment.