Reed Esau
6964928289
Compatibility improvements
2014-09-17 06:40:04 -06:00
Reed Esau
55b432a55f
Add breakindent support for #10
2014-09-17 05:33:06 -06:00
Reed Esau
93ee3e1a12
Refactor for performance
2014-09-17 05:32:08 -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
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
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
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
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