Sentence rewording

This commit is contained in:
Reed Esau
2015-05-06 02:01:56 -06:00
parent 45f4c46cfe
commit 5f819bfec0

View File

@@ -258,7 +258,7 @@ augroup END
...where by default, files of type `text` will use hard line endings, but ...where by default, files of type `text` will use hard line endings, but
with autoformat disabled. with autoformat disabled.
Optionally, you can map a toggle to control autoformat in your `.vimrc`: Optionally, you can map a key in your `.vimrc` to toggle Vim's autoformat:
```vim ```vim
noremap <buffer> <silent> <F7> :<C-u>PFormatToggle<cr> noremap <buffer> <silent> <F7> :<C-u>PFormatToggle<cr>