detect optimization; boosted line count to 20

This commit is contained in:
Reed Esau
2014-01-15 09:00:22 -07:00
parent 78fa058b84
commit ffebe64a88
3 changed files with 12 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ if !exists('g:pencil#softDetectSample')
" if no modeline, read as many as this many lines at
" start of file in attempt to detect at least one line
" whose byte count exceeds g:pencil#softDetectThreshold
let g:pencil#softDetectSample = 10
let g:pencil#softDetectSample = 20
endif
if !exists('g:pencil#softDetectThreshold')