Skip to content

Commit

Permalink
Merge pull request ciaranm#7 from mMontu/master
Browse files Browse the repository at this point in the history
Update README to use augroup
  • Loading branch information
roryokane committed Dec 23, 2014
2 parents a33cd50 + 84633da commit 40563dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -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

Expand Down

0 comments on commit 40563dd

Please sign in to comment.