Junegunn Choi
49c7133328
Update documentation
2013-12-11 00:53:03 +09:00
Junegunn Choi
4298395085
Extract tags from code block as well
2013-12-08 19:11:43 +09:00
Junegunn Choi
e7fca89dde
Update helpdoc
...
- Change heading format
2013-12-08 10:35:56 +09:00
Junegunn Choi
4b706efeb3
Fix helpfile
2013-12-08 00:48:59 +09:00
Junegunn Choi
9bb987599a
Tags for ToC
2013-12-08 00:36:18 +09:00
Junegunn Choi
b8e93f96b8
Convert current README.md into helpfile. Added TOC ( #22 )
2013-12-08 00:14:50 +09:00
Junegunn Choi
da284f908e
<Plug>(EasyAlign) / <Plug>(LiveEasyAlign) for vim-repeat integration
2013-12-01 22:58:13 +09:00
Junegunn Choi
8d4d5b7941
Update documentation
2013-11-30 13:07:26 +09:00
Junegunn Choi
165bda1d95
Add <Plug>(EasyAlignOperator)
2013-11-30 13:04:32 +09:00
Junegunn Choi
2832a76cea
Implement filter option ( #16 , #17 )
...
This commit implements filter option which can be used to filter lines within
the range based on the given pattern. The value of filter option should be
either `g/pattern/` or `v/pattern/`. The former aligns lines that match the
pattern, the latter aligns lines that do not match the pattern.
2013-10-27 03:10:04 +09:00
Junegunn Choi
1a232ac19b
Revert "Make user confirm regular expression on live interactive mode"
...
This reverts commit a76cfdb8ae .
2013-10-25 02:17:52 +09:00
Junegunn Choi
a76cfdb8ae
Make user confirm regular expression on live interactive mode
2013-10-25 02:11:43 +09:00
Junegunn Choi
6e2264672a
Implement live interactive mode ( #15 )
...
This commit adds LiveEasyAlign command. (The name was chosen not to introduce
ambiguity when typing in only the prefix of the command: e.g. `:EasyA*|`)
In live interactive mode, the selected text is aligned on-the-fly as the user
type in. In order to finalize the alignment, the user has to type in the
same delimiter key again. (Or CTRL-X on regular expressions)
2013-10-19 19:21:23 +09:00
Junegunn Choi
aa62ca4603
Update documentation
2013-10-15 23:07:14 +09:00
Junegunn Choi
831cecdaf2
Implement g:easy_align_bypass_fold switch ( #14 ) with a small fix
2013-10-15 23:00:43 +09:00
Junegunn Choi
ad2df21039
Add alignment rule for LaTeX tables ( #13 )
2013-10-10 22:15:23 +09:00
Junegunn Choi
fb8cf1d54a
Update doc
2013-10-08 10:59:17 +09:00
Junegunn Choi
013fb54dd1
Update documentation
2013-10-07 21:13:17 +09:00
Junegunn Choi
bab23a1917
Update documentation
2013-10-05 15:55:22 +09:00
Junegunn Choi
98bd9fe6f0
Shorthand notation for ignore_groups/ignore_unmatched
...
e.g. ig['String']iu0
2013-10-04 02:29:24 +09:00
Junegunn Choi
484b4ba5ec
Update doc
2013-10-04 01:50:43 +09:00
Junegunn Choi
4c6a8c174d
Implement shortcut expression for options
2013-10-03 21:59:51 +09:00
Junegunn Choi
3304f4e95a
Make <Down> set both left and right margin to zero
...
(Undocumented) <Up> will clear *UP* left_margin, right_margin, and stick_to_left
2013-10-03 16:06:23 +09:00
Junegunn Choi
1d2c58c06a
Field index -> N-th parameter
2013-09-22 03:52:36 +09:00
Junegunn Choi
c61a11d150
Update doc
...
- Field number -> Field index
2013-09-21 13:08:55 +09:00
Junegunn Choi
71edb17182
Update help file
2013-09-17 23:36:58 +09:00
Junegunn Choi
8951e13cf8
Update documentation
2013-09-17 23:32:41 +09:00
Junegunn Choi
0fb127cee6
Update doc
2013-09-15 01:28:42 +09:00
Junegunn Choi
40a06e3d36
Left arrow key will also set left_margin to zero
...
- Right arrow key will set left_margin to one
- Up and Down arrow will clear the values of stick_to_left and left_margin
2013-09-14 17:30:51 +09:00
Junegunn Choi
9f9d18ca71
Fix #8 , #9 , and #10 .
...
- <Left> and <Right> key to toggle stick_to_left option
- <CTRL-X> in addition to <CTRL-/> to take regular expression
- Retain visual selection display on <CTRL-O/L/R/X>
2013-09-14 12:31:01 +09:00
Junegunn Choi
61be5b3abf
Update doc
2013-08-23 01:37:50 +09:00
Junegunn Choi
12c319a8ac
Implement special keys to switch option values in interactive mode
...
With this commit, we can now change option values in interactive mode with the
folowing special keys
- CTRL-L left_margin
- CTRL-R right_margin
- CTRL-D delimiter_align
- CTRL-I indentation
- CTRL-U ignore_unmatched
- CTRL-G ignore_groups
('ignores' option has been renamed to 'ignore_groups', but backward-compatible)
2013-08-20 01:38:20 +09:00
Junegunn Choi
62314afcaf
Fix typo
2013-08-19 15:16:19 +09:00
Junegunn Choi
659e2ff513
Update README
2013-08-19 10:57:21 +09:00
Junegunn Choi
481a88f601
Update README
2013-08-19 04:21:02 +09:00
Junegunn Choi
beb986ebc3
Update documentation
2013-08-19 04:06:36 +09:00
Junegunn Choi
74003c0297
Allow interactive mode with options
2013-08-19 02:25:38 +09:00
Junegunn Choi
999e1ff68e
Implement center-align mode and align_modes option
2013-08-19 02:09:34 +09:00
Junegunn Choi
e7e7a80afb
Update doc
2013-08-16 17:58:05 +09:00
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
5e6e60d620
Add delimiter_align option
2013-08-12 20:33:04 +09:00
Junegunn Choi
edba1827ed
Update doc
2013-08-07 00:30:34 +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
ea84b43062
Update doc
2013-08-04 11:28:34 +09:00
Junegunn Choi
bd8327499a
Add support for arbitrary regular expressions
2013-08-04 11:22:40 +09:00
Junegunn Choi
61aeefb095
Update README
2013-08-01 23:47:34 +09:00
Junegunn Choi
36697b4a72
Update README
2013-08-01 23:45:59 +09:00
Junegunn Choi
5f59570c9f
Ignore delimiters in certain syntax highlighting groups
2013-07-30 01:54:32 +09:00