Commit Graph

23 Commits

Author SHA1 Message Date
Reed Esau
676e72a793 Swapped order of indicator chars
To address a rendering problem in MacVim that required a screen redraw in some cases.
2014-08-31 03:58:44 -06:00
Reed Esau
a275f35c6f New indicator for use in status line; fixes #6 2014-08-31 03:48:12 -06:00
Reed Esau
0fc7d8caad Additional blacklist items for links
Avoid entering autoformat when entering link definitions.
2014-08-27 05:40:14 -06:00
Reed Esau
ad8c4b4504 Added table highlight to autoformat blacklist
mattly/vim-markdown-enhancements defines a highlight for tables in markdown. We can use that to avoid inadvertent reformat of those tables by not enabling autoformat in those tables.
2014-08-27 05:17:38 -06:00
Reed Esau
14f49ac597 various naming/reliability
Added breakat chars to preserve footnote and email addresses.
Rename 'exclude' global to 'blacklist'
Removed formatoptions that were interfering with syntax module.
2014-08-27 04:34:01 -06:00
Reed Esau
8c5ecaa8c1 More highlight groups for autoformat exclude list 2014-08-25 02:24:25 -06:00
Reed Esau
19c1dba18f #7 fix - avoid enabling autoformat for code blocks
Found a bug with new feature and fixed.
2014-08-25 02:11:37 -06:00
Reed Esau
a7996a75b5 #7 fix - avoid enabling autoformat for code blocks
At least a partial fix for the problem of autoformat wreaking havoc on code blocks.

Couldn't find any highlighting groups for tables. If anybody can find them, we can add them to the exclude list.
2014-08-25 01:25:02 -06:00
Reed Esau
72d617c482 Tweaking the conceal defaults
Not seeing the concealed markup in normal mode made for a poor experience.
2014-08-24 23:54:54 -06:00
Reed Esau
74e5b86409 Better docs and new defaults for Vim's conceal feature 2014-08-24 23:46:18 -06:00
Reed Esau
72c8788b47 Disable new Conceal feature by default
For terminal users, the install is involved.
2014-08-21 23:29:57 -06:00
Reed Esau
55b4a6e690 Support Conceal for Markdown; disable smartindent 2014-08-21 21:55:18 -06:00
Reed Esau
1f05effbd0 Support NoPencil command as synonym to DropPencil 2014-02-05 10:23:05 -07:00
Reed Esau
ffebe64a88 detect optimization; boosted line count to 20 2014-01-15 09:00:22 -07:00
Reed Esau
d634989c87 added wrap mode detect via line sampling; now ignores wm 2014-01-14 23:37:09 -07:00
Reed Esau
fd6f590d4a restored cursorwrap default; fixed autoformat issue for quotable 2014-01-12 21:24:16 -07:00
Reed Esau
af65cf4197 temporarily disabled cursorwrap, as ve=onemore breaks vim-quotable 2014-01-12 17:28:54 -07:00
Reed Esau
20c2f296a5 improved header 2014-01-08 00:15:51 -07:00
Reed Esau
fbcc755bd6 restored name to toggle command 2014-01-07 21:59:34 -07:00
Reed Esau
e4f00286de changed to friendlier command names 2014-01-07 21:50:19 -07:00
Reed Esau
3d267d2e8d whichwrap, autoindent, fo, reorg of README 2014-01-07 21:06:55 -07:00
Reed Esau
2114bd1db0 command names now friendlier 2014-01-05 22:50:59 -07:00
Reed Esau
e1bddbc3b5 first cut 2014-01-04 18:31:56 -07:00