8000 Tags · psadusumilli/vim-pencil · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: psadusumilli/vim-pencil

Tags

v1.5

Toggle v1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request preservim#74 from actionless/patch-1

markdown comment syntax

v1.4

Toggle v1.4's commit message
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.

v1.3

Toggle v1.3's commit message
Blacklisting texStatement, per preservim#43

v1.2

Toggle v1.2's commit message
Additional changes for preservim#33, file type specific autoformat co…

…nfig

v1.1

Toggle v1.1's commit message
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.

v1.0

Toggle v1.0's commit message
Minor rewording on enabling Vim's autoformat

0