From 9c6ea123fe9cb080db517dce5d8129c6f3f252d9 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Sat, 3 Dec 2022 21:22:50 +0100 Subject: [PATCH] Fix vim settings (wrong group for autocmd) Signed-off-by: Azat Khuzhin --- .exrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.exrc b/.exrc index ba996eb8a42..162bd41ce4f 100644 --- a/.exrc +++ b/.exrc @@ -1,2 +1 @@ -au BufRead,BufNewFile ./* set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab tags=tags,../tags - +au BufRead,BufNewFile * set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab tags=tags,../tags