Reed Es

Results 54 issues of Reed Es

Occurs in HardPencil mode and interferes with ability to add new items to a list.

bug

Using https://github.com/FooSoft/md2vim or similar.

enhancement

When a heading is on the preceding line, autoformat will include that line in the reformat. Need lookbehind to disable autoformat if the heading is present on that previous line....

For plasticboy/vim-markdown, the `[mkdNonListItemBlock]` should be treated like a `[]` when scanning a line looking for a blacklisted highlight group. Otherwise we're not finding the blacklist item. Note that mkdNonListItemBlock...

Given a list in a document in pencil's hard line break mode: ``` *foo bar baz ``` With the cursor at the `*`, use the commands `jjIxyz` you should end...

If there's an obvious benefit, automatically configure an external formatter like `par` for use in wrapping text. http://vim.wikia.com/wiki/Par_text_reformatter http://vimcasts.org/episodes/formatting-text-with-par/

enhancement

It's not extending the visual block selection to the end of each line. http://stackoverflow.com/a/11310113 In SoftPencil (soft wrap) mode.

bug

Using https://github.com/FooSoft/md2vim or similar.

enhancement

This is needed in the event that the user wants to initialize a domain-specific or language-specific ring. Example: wordy#init({'lang': 'de', 'ring': [ 'weak', ... ], }) This initialization would be...

enhancement

Using https://github.com/FooSoft/md2vim or similar.

enhancement