mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-15 05:13:47 -05:00
additional tweaks to docs
This commit is contained in:
@@ -42,7 +42,7 @@ function! s:detect_mode() abort
|
||||
endfunction
|
||||
|
||||
function! pencil#setAutoFormat(mode)
|
||||
" 1=enable, 0=disable, -1=toggle
|
||||
" 1=auto, 0=manual, -1=toggle
|
||||
if !exists('b:lastAF')
|
||||
let b:lastAF = 0
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user