additional tweaks to docs

This commit is contained in:
Reed Esau
2014-01-07 21:34:16 -07:00
parent 1db70ca646
commit 7570b43178
2 changed files with 26 additions and 29 deletions

View File

@@ -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