Reed Esau
81ddca0c85
Suggest user create buffer-specific key mappings
2014-09-16 04:51:49 -06:00
Reed Esau
5fdd5883a6
Added section on advance configuration
2014-09-16 04:40:00 -06:00
Reed Esau
66ddded258
Expand word definitions to fix #12
2014-09-03 05:56:44 -06:00
Reed Esau
eec3dc455e
Ensure iskeyword is prose-oriented for buffer - fixes #15
2014-09-03 05:23:36 -06:00
Reed Esau
1634224b35
Additional indicator tweaking for #6
2014-08-31 22:27:48 -06:00
Reed Esau
d494547e7a
Additional indicator tweaking for #6
2014-08-31 22:20:13 -06:00
Reed Esau
a997444f39
Remove a bit of experiment-related cruft ( #13 )
2014-08-31 19:06:02 -06:00
Reed Esau
1b6b0c83be
Improve comment for #13 change.
2014-08-31 18:36:39 -06:00
Reed Esau
403163f85d
Preserve indent based on 2nd line, fixes #13
...
I think this mostly applies to HardPencil mode.
2014-08-31 18:34:56 -06:00
Reed Esau
9797d30139
Additional updates to reflect char order
2014-08-31 04:02:28 -06:00
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
f18b74bac5
Ensure the global options have init() equivalents
2014-08-28 23:37:49 -06:00
Reed Esau
4880c4b1e1
Scan for syntax stack for autoformat
...
A fix for #11 where there wasn't any syntax stack at the end of a line containing text where we don't want to initiate autoformat.
2014-08-27 21:32:29 -06:00
Reed Esau
afbcf2bdff
Formatting fixes.
2014-08-27 11:20:37 -06:00
Reed Esau
2ce3af5fff
Formatting fixes
2014-08-27 10:46:26 -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
82d39c442d
Misc improvements
2014-08-27 01:26:08 -06:00
Reed Esau
05f1296551
Rewrote conceal docs to disconnect from Markdown
2014-08-27 00:46:18 -06:00
Reed Esau
b7649a52a5
Added mention of alternative, vim-pandoc
2014-08-27 00:24:57 -06:00
Reed Esau
c69bf42543
Further clarification on avoiding autoformat
2014-08-26 11:40:16 -06:00
Reed Esau
dee1876905
Clarify code block autoformat behavior
2014-08-25 10:28:18 -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
138a1c1dcf
Additional tweaks for docs for conceal feature
...
Among other overdue simplifications.
2014-08-25 00:10:51 -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
78c8b46f91
Only set concealable for vims with 'conceal'
2014-08-22 00:51:24 -06:00
Reed Esau
0b9b38e877
Improve docs for Conceal support
2014-08-22 00:34:37 -06:00
Reed Esau
e7d12db91a
Only set concealable for vims with 'conceal'
2014-08-22 00:10:40 -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
a13bdd0bb0
Further improve wording on the new Conceal support
2014-08-21 22:28:19 -06:00
Reed Esau
d621807dc5
Improve wording for new Conceal support
2014-08-21 22:05:23 -06:00
Reed Esau
16f9a33762
Modified markdown literals for github behavior
2014-08-21 21:59:58 -06:00
Reed Esau
55b4a6e690
Support Conceal for Markdown; disable smartindent
2014-08-21 21:55:18 -06:00
Reed Esau
096dd965d7
Fix url for limelight
2014-07-03 12:54:12 -06:00
Reed Esau
9eab40f889
Added mention of limelight plugin
2014-07-03 01:09:41 -06:00
Reed Esau
8269202e82
Moved demo gif to imgur
2014-06-27 21:05:53 -06:00
Reed Esau
0319d9dab4
Merge branch 'master' of https://github.com/reedes/vim-pencil
2014-06-24 02:43:11 -06:00
Reed Esau
b08f811bb2
<cr> as undo point; no comment leaders; misc doc changes
2014-06-24 02:42:53 -06:00
Reed Esau
84b66f57b5
Added link to "Why Atom Can't Replace Vim"
2014-03-07 12:43:23 -07:00
Reed Esau
9f88e10772
Removed dash from undo points
...
To avoid excessive undos around -- and longer sequences of dashes.
2014-03-02 19:18:17 -07:00
Reed Esau
b75fc310b1
Misc improvements
...
Reworked wording for clarity.
Added indicators of defaults for options.
2014-03-02 19:17:17 -07:00
Reed Esau
058bba496e
plug of new vim-one project
2014-02-23 02:36:59 -07:00
Reed Esau
9e3a07754e
preserve behavior of up/dn/home/end in ins-mode popups
2014-02-18 04:32:25 -07:00
Reed Esau
46d8fffcb9
Misc improvements in documentation
2014-02-17 22:11:49 -07:00
Reed Esau
5b8b96ccf1
Misc improvements
...
Additional undo points.
Disable auto format by default.
More keys that can wrap in insert mode.
2014-02-17 01:51:27 -07:00