We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d305317 commit 16c17a4Copy full SHA for 16c17a4
ftplugin/bind-named.vim
@@ -41,10 +41,10 @@ if namedindent_override_with_local_expandtab != 0
41
if namedindent_disable_expandtab != 0
42
" expandtab got defined elsewhere, so we use hard tab, locally
43
setlocal noexpandtab
44
- echomsg "No nein Expandtabby..."
+ " echomsg "No nein Expandtabby..."
45
else
46
" noexpandtab got defined elsewhere, so we use hard tab, locally
47
- echomsg "Expandtabby..."
+ " echomsg "Expandtabby..."
48
setlocal expandtab
49
endif
50
0 commit comments