diff --git a/README.md b/README.md index 0359f1d..201e8e5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,10 @@ This script provides a command which will attempt to guess the correct indent se May also be used in an autocommand. For example, you might want to put this in your `vimrc`: - autocmd BufReadPost * DetectIndent + augroup DetectIndent + au! + autocmd BufReadPost * DetectIndent + augroup END ## Options