From 67181d30093ed7d7f11f878f4a3373c3d25116a6 Mon Sep 17 00:00:00 2001 From: fedora Date: Sat, 13 Apr 2019 00:49:36 +0200 Subject: [PATCH] Fix of a nonsensical expression in vimrc --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 4b6c8f7..07be3f9 100644 --- a/vimrc +++ b/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