Commit Graph

101 Commits

Author SHA1 Message Date
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
Reed Esau
0ea2b4c9f9 undo points for word and line deletion 2014-02-14 03:35:06 -07:00
Reed Esau
2596239120 Merge branch 'master' of https://github.com/reedes/vim-pencil 2014-02-14 00:46:23 -07:00
Reed Esau
d229eb9e25 explicitly set autoformat of comments 2014-02-14 00:46:14 -07:00
Reed Esau
3b99db98dd improve further on rationale for writing 2014-02-12 20:51:31 -07:00
Reed Esau
2f25862fee Improve rationale for writers 2014-02-12 09:19:05 -07:00
Reed Esau
506ea6d66c improve rationale for writers 2014-02-11 02:36:54 -07:00
Reed Esau
2c7bedb22e improve rationale for writers 2014-02-11 02:23:04 -07:00
Reed Esau
ecb9b6d920 improve rationale for writers 2014-02-10 22:00:25 -07:00
Reed Esau
bc702baa29 Updated See Also, where vim-textobj-quote replaces vim-quotable 2014-02-08 11:52:16 -07:00
Reed Esau
8bb8f896db Added tpope/vim-abolish list of plugins for writers 2014-02-05 12:17:39 -07:00
Reed Esau
dd5f92442a Improved See Also to include vim-exchange 2014-02-05 12:07:55 -07:00
Reed Esau
b2a123e0bf Replace DropPencil with NoPencil (former supported) 2014-02-05 10:25:55 -07:00
Reed Esau
1f05effbd0 Support NoPencil command as synonym to DropPencil 2014-02-05 10:23:05 -07:00
Reed Esau
5b57c3b06c clarified globals; protect other bufs from ve=onemore; misc improvements 2014-02-02 18:18:16 -07:00
Reed Esau
daf4183a42 added mention of sibling project vim-wheel 2014-02-01 16:30:05 -07:00
Reed Esau
7fdb480cc1 Merge pull request #5 from mattly/bug/init_textwidth
Default b:max_textwidth to -1
2014-01-28 19:12:36 -08:00
Matthew Lyon
db68526de4 Default b:max_textwidth to -1
Fixes #4

In general, I think it's good hygiene for a function to do this if it's
value is expected to be set elsewhere.
2014-01-28 12:28:46 -02:00
Reed Esau
2beb882336 added reference to new vim-textobj-sentence 2014-01-28 02:27:45 -07:00
Reed Esau
0cab276eda defensive coercion of tw str to number 2014-01-27 23:22:20 -07:00
Reed Esau
3b5cbf4916 misc polishing 2014-01-24 13:41:13 -07:00
Reed Esau
43f48f4e27 Misc polishing of text 2014-01-22 12:09:59 -07:00
Reed Esau
fd7c0a8b7d changed author reference; misc doc fixes 2014-01-20 00:18:30 -07:00
Reed Esau
1355cea609 new manual format cmd; misc fixes 2014-01-19 15:16:44 -07:00
Reed Esau
60e12dc61c updated see also 2014-01-18 17:23:42 -07:00
Reed Esau
b81580b5f3 now mentioning filetype 2014-01-18 10:53:21 -07:00