Break out of whitelist loop; reword install docs

This commit is contained in:
Reed Esau
2014-11-12 14:35:27 -07:00
parent 6357ed94dc
commit 9ec2c3cbea
2 changed files with 7 additions and 6 deletions

View File

@@ -110,6 +110,7 @@ fun! s:maybe_enable_autoformat()
if match(synIDattr(l:sid, 'name'),
\ g:pencil#autoformat_inline_whitelist_re) >= 0
let l:okay_to_enable = 1
break
en
endfo
en