Tags: psadusumilli/vim-pencil
Tags
Merge pull request preservim#74 from actionless/patch-1 markdown comment syntax
New optional key mapping to suspend autoformat preservim#48 When using hard line break mode, autoformat is enabled by default. Blacklisting is the existing mechanism to suspend autoformat for code blocks. You can now optionally map a buffer-scoped 'modifier' key to suspend autoformat for the Insert. Also simplified README by moving things to the advanced section.
Additional changes for preservim#33, file type specific autoformat co… …nfig
Better behavior for preservim#31, autoformat lists in Markdown For tpope's markdown syntax, restored standard autoformat behavior for unordered lists, which is generally pretty good. Ordered lists had annoying behavior for autoformat, so simply disabling autoformat if detected when insert is entered. This isn't ideal, but it's not clear what else can be done now. Fixed bug for PFormatToggle, where it wasn't properly disabling Vim's autoformat. Provided help in README for mapping key to toggle autoformat.