Skip to content

Commit 9c6ea12

Browse files
committed
Fix vim settings (wrong group for autocmd)
Signed-off-by: Azat Khuzhin <[email protected]>
1 parent ff8f955 commit 9c6ea12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.exrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
au BufRead,BufNewFile ./* set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab tags=tags,../tags
2-
1+
au BufRead,BufNewFile * set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab tags=tags,../tags

0 commit comments

Comments
 (0)