Junegunn Choi
0fb997d5ab
Add g:easy_align_indentation. Add n indentation option.
2013-08-16 01:38:50 +09:00
Junegunn Choi
90a5487974
Add indentation option
2013-08-16 00:15:57 +09:00
Junegunn Choi
aad5012615
Allow whitespaces between delimiter key and options
2013-08-13 20:38:23 +09:00
Junegunn Choi
0166077e16
Case-insensitive match of delimiter_align
2013-08-13 00:19:56 +09:00
Junegunn Choi
5e6e60d620
Add delimiter_align option
2013-08-12 20:33:04 +09:00
Junegunn Choi
712bab8c72
Allow zero-width matches
2013-08-12 11:58:52 +09:00
Junegunn Choi
7d031956ab
Fix regression: lines with indentation
2013-08-12 01:47:05 +09:00
Junegunn Choi
a2811dc253
Add a proper support for \@=
2013-08-12 00:54:34 +09:00
Junegunn Choi
b3281fb19a
Allow matching preceding atom with zero-width (\@=)
2013-08-11 02:33:22 +09:00
Junegunn Choi
1cf343a271
Workaround for E706
...
- Avoid E706 error
- Fix not to skip comment/string lines when ignore_unmatched is 0
2013-08-06 00:42:08 +09:00
Junegunn Choi
2486b9c6df
Usability improvements
...
- Preserve indentation when a line starts with a delimiter
- Useful for aligning multi-line method chains
- Renamed `margin_{left,right}` to `{left,right}_margin
- Makes it easier to type in (`l`, `r`)
- `margin_{left,right}` is still supported
- Margins can be specified as the number of spaces, or as an arbitrary string
2013-08-05 23:41:31 +09:00
Junegunn Choi
06d5bcb911
Rename :EasyAlignRight to :EasyAlign!
2013-08-04 18:04:56 +09:00
Junegunn Choi
bd8327499a
Add support for arbitrary regular expressions
2013-08-04 11:22:40 +09:00