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
Junegunn Choi
a998aee45d
Update README.md
2013-09-17 15:57:41 +09:00
Junegunn Choi
912bf6ca93
Update README.md
2013-09-17 15:54:33 +09:00
Junegunn Choi
9cf4fde00c
Use number as margins (same effect, but easier to read)
2013-09-17 03:12:30 +09:00
Junegunn Choi
5f5cd49e95
Update README.md
2013-09-17 03:05:43 +09:00
Junegunn Choi
639ade715b
Wording
2013-09-15 19:59:36 +09:00
Junegunn Choi
a1f2a697a5
Update README
2013-09-15 19:49:26 +09:00
Junegunn Choi
0fb127cee6
Update doc
2013-09-15 01:28:42 +09:00
Junegunn Choi
d3803b927d
Heuristically determine if the user was in visual mode
2013-09-14 23:15:03 +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