Commit Graph

29 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
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
e7d12db91a Only set concealable for vims with 'conceal' 2014-08-22 00:10:40 -06:00
Reed Esau
55b4a6e690 Support Conceal for Markdown; disable smartindent 2014-08-21 21:55:18 -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
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
9e3a07754e preserve behavior of up/dn/home/end in ins-mode popups 2014-02-18 04:32:25 -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
d229eb9e25 explicitly set autoformat of comments 2014-02-14 00:46:14 -07:00
Reed Esau
5b57c3b06c clarified globals; protect other bufs from ve=onemore; misc improvements 2014-02-02 18:18:16 -07: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
0cab276eda defensive coercion of tw str to number 2014-01-27 23:22:20 -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
785cdfac80 and removed the 'w' option, as it causes more problems than it fixes 2014-01-13 21:23:05 -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
c426f7e7b6 virtualedit should be setlocal 2014-01-09 11:49:13 -07:00
Reed Esau
a01c293330 added ve+onemore as an experiment for cursorwrap 2014-01-08 19:37:10 -07:00
Reed Esau
20c2f296a5 improved header 2014-01-08 00:15:51 -07:00
Reed Esau
88d5d5dd73 fill in gaps in navigation 2014-01-07 23:03:58 -07:00
Reed Esau
3b057c2ba8 ensure autoindent is restored correctly 2014-01-07 22:46:58 -07:00
Reed Esau
e4f00286de changed to friendlier command names 2014-01-07 21:50:19 -07:00
Reed Esau
7570b43178 additional tweaks to docs 2014-01-07 21:34:16 -07:00
Reed Esau
3d267d2e8d whichwrap, autoindent, fo, reorg of README 2014-01-07 21:06:55 -07:00
Reed Esau
e1bddbc3b5 first cut 2014-01-04 18:31:56 -07:00