mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-16 22:03:39 -05:00
detect optimization; boosted line count to 20
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user