Junegunn Choi
256e5b83ab
Remove recursion not to fail in case of many delimiters (> maxfuncdepth)
2013-10-13 03:31:05 +09:00
Junegunn Choi
cb7306341c
Use function() instead of a forwarding function
2013-10-13 02:10:33 +09:00
Junegunn Choi
7b82a1e496
Fix: right margin sometimes not attached in partial alignment
2013-10-13 02:09:06 +09:00
Junegunn Choi
ad2df21039
Add alignment rule for LaTeX tables ( #13 )
2013-10-10 22:15:23 +09:00
Junegunn Choi
4c2808d13c
Relocate operator section
2013-10-10 16:04:48 +09:00
Junegunn Choi
124654ec46
Update test doc
2013-10-10 12:58:27 +09:00
Junegunn Choi
ab4b72addf
Update README
2013-10-10 12:55:00 +09:00
Junegunn Choi
cdc648f5a4
EasyAlign command as Vim operator
2013-10-10 12:51:43 +09:00
Junegunn Choi
438b5312ee
Thoroughly tested
2013-10-10 00:33:32 +09:00
Junegunn Choi
e24f8479a5
Fix invalid test case
2013-10-10 00:19:54 +09:00
Junegunn Choi
9d626dd765
Add test cases for ignore_unmatched behavior
2013-10-10 00:18:52 +09:00
Junegunn Choi
7490aa61d7
Merge pull request #12 from junegunn/vader
...
Testing with Vader.vim
2013-10-09 08:06:51 -07:00
Junegunn Choi
aa42666f10
Remove recording-based test for interactive mode
2013-10-10 00:03:21 +09:00
Junegunn Choi
9951cad2d0
Rename README
2013-10-09 22:18:38 +09:00
Junegunn Choi
cb5041ba67
Merge branch 'master' into vader
2013-10-09 22:18:20 +09:00
Junegunn Choi
7019edb08c
More test cases on Vader
2013-10-09 22:11:03 +09:00
Junegunn Choi
247f69bf3f
Migrate more test cases to Vader
2013-10-09 20:39:17 +09:00
Junegunn Choi
133588b181
Testing with Vader.vim
2013-10-09 20:16:58 +09:00
Junegunn Choi
fb8cf1d54a
Update doc
2013-10-08 10:59:17 +09:00
Junegunn Choi
013fb54dd1
Update documentation
2.6.1
2013-10-07 21:13:17 +09:00
Junegunn Choi
2bf1b2164d
Allow shorthand option notation when using delimiter key
...
e.g. :EasyAlign=l2r2dlmlr**
2013-10-07 21:09:37 +09:00
Junegunn Choi
bab23a1917
Update documentation
2.6.0
2013-10-05 15:55:22 +09:00
Junegunn Choi
fa26fd7b42
Remove option value after every cycle
2013-10-05 15:27:50 +09:00
Junegunn Choi
a4a1e27395
Apply ignore_unmatched option on R/C mode if explicitly set
...
By default, unmatched trailing token from each line is also aligned in
right and center alignment modes unlike in left alignment mode. If
ignore_unmatched option is explicitly set to 1 by user, they will be ignored
even in right/center modes.
2013-10-05 12:23:44 +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
f944f5bf29
Set g:easy_align_last_command
2013-10-04 02:07:35 +09:00
Junegunn Choi
484b4ba5ec
Update doc
2013-10-04 01:50:43 +09:00
Junegunn Choi
9d3afa6206
Merge option values in dictionary and shortcut expression
2013-10-04 01:36:55 +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
e4f86274e3
Update install instructions
2.5.1
2013-09-22 23:04:20 +09:00
Junegunn Choi
2d575bcc25
Underscore between parens
2013-09-22 22:56:27 +09:00
Junegunn Choi
8a783c2125
Fix a failure in test due to change in interactive mode
2013-09-22 22:21:23 +09:00
Junegunn Choi
5230a2402f
Disallow 0 as the first character of N-th
2013-09-22 21:58:31 +09:00
Junegunn Choi
94a750e03e
Remove unnecessary prev output wipe
2013-09-22 21:48:14 +09:00
Junegunn Choi
afc95b5ed7
Forgiving interactive mode: Do not terminate on invalid input
2013-09-22 21:17:02 +09:00
Junegunn Choi
1d2c58c06a
Field index -> N-th parameter
2013-09-22 03:52:36 +09:00
Junegunn Choi
4cdc450126
Update DEMO.md
2013-09-21 23:53:47 +09:00
Junegunn Choi
7e1be152dc
Add DEMO.md
2013-09-21 15:46:40 +09:00
Junegunn Choi
c61a11d150
Update doc
...
- Field number -> Field index
2013-09-21 13:08:55 +09:00
Junegunn Choi
2797baca6c
Disallow non-printable character input
2013-09-21 12:04:56 +09:00
Junegunn Choi
663264ed39
Fix center-alignment
...
= = eee = eee = f
= = gg &&= gg
= = fff
= = eee = eee = f
= = gg &&= gg
= = f f
2.5.0
2013-09-21 03:31:34 +09:00
Junegunn Choi
df75520f72
Colored, replayable output
2013-09-21 03:11:20 +09:00
Junegunn Choi
a2d52611ee
Fix invalid type conversion
2013-09-20 23:19:32 +09:00
Junegunn Choi
fce0a103ff
Use try-finally for reverting the setup
2013-09-19 17:27:26 +09:00
Junegunn Choi
1752bf567b
Improve message output
...
- Error message highlighting
- Wipe previous message if needed
- No line wrap on narrow terminal
2013-09-19 17:10:00 +09:00
Junegunn Choi
003194a47f
Update example command sequences
2013-09-18 16:18:03 +09:00
Junegunn Choi
c1c6f32e8c
Update example command sequence
2013-09-18 15:50:19 +09:00
Junegunn Choi
71edb17182
Update help file
2.4.2
2013-09-17 23:36:58 +09:00
Junegunn Choi
8951e13cf8
Update documentation
2013-09-17 23:32:41 +09:00