takac / vim-hardtime

Plugin to help you stop repeating the basic movement keys
MIT License
826 stars 30 forks source link

Removed ! in 'autocmd BufRead,BufNewFile' #20

Closed ReneNyffenegger closed 10 years ago

ReneNyffenegger commented 10 years ago

I have removed the ! in autocmd since my .vimrc contains another "autocmd BufNewFile *" which was overwrtiten by the !.I believe, it's more correct without the !.