Fix of a nonsensical expression in vimrc

This commit is contained in:
fedora 2019-04-13 00:49:36 +02:00
parent eccf8bfd13
commit 67181d3009
Signed by: wanderer
GPG Key ID: 7B28D8DC28BD2388

2
vimrc

@ -131,7 +131,7 @@ set viminfo='50,"50 " '=marks for x files, "=registers for x files
au BufNewFile,BufRead *.py,*.pyw,*.c,*.h,*.pyx,%akefil* match BadWhitespace /\s\+$/ |
au BufNewFile,BufRead *.py,*.pyw,*.c,*.h,*.pyx,%akefil*
\ setlocal tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab autoindent
\ textwidth=79 fileformat=unix