Skip to content

Commit

Permalink
🐞fix: augroup End -> augroup END
Browse files Browse the repository at this point in the history
  • Loading branch information
utubo committed Oct 31, 2024
1 parent b6ed7ee commit c0a090e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set shortmess+=FI
filetype plugin indent on
aug vimrc
au!
aug End
aug END
g:ezpack_home = expand($'{&pp->split(',')[0]}/pack/ezpack')
if !isdirectory(g:ezpack_home)
system($'git clone https://github.com/utubo/vim-ezpack.git {g:ezpack_home}/opt/vim-ezpack')
Expand Down
2 changes: 1 addition & 1 deletion src/.vimrc.src.vim
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ filetype plugin indent on
augroup vimrc
# 新しい自由
au!
augroup End
augroup END
#}}} -------------------------------------------------------

# ------------------------------------------------------
Expand Down

0 comments on commit c0a090e

Please sign in to comment.