Junegunn Choi
f6586bad39
<CTRL-P> to switch to live interactive mode ( #44 )
2014-11-30 01:45:27 +09:00
Junegunn Choi
2595ebf933
Oops, remove duplicate line from the previous commit ( #40 )
2014-10-03 11:29:03 +09:00
Junegunn Choi
6bc221c285
Fix #40 : Spurious undo in live interactive mode
...
Problem identified and patch provided by @wilywampa
2014-10-03 11:25:51 +09:00
Junegunn Choi
21697776b4
Allow recursive alignment (*, **) in blockwise-visual mode
...
Recursive alignment in blockwise-visual mode will align around all the
delimiters found after the start of the block. This behavior is
inconsistent with non-recursive alignment where the delimiters after the
end of the block are ignored. Making it respect the end of the block is
non-trivial and may not be intuitive as each alignment will change the
position of the delimiters inside the block and some of them will end up
beyond the scope of the block.
2014-09-13 19:54:49 +09:00
Junegunn Choi
09167c79c9
Fix travis-ci build
2014-09-08 16:30:45 +09:00
Junegunn Choi
cbb005ee71
Update the link to the default alignment rules
2014-08-14 14:29:34 +09:00
Junegunn Choi
ec15731bc9
Update README: Shorthand notation for stick_to_left option
2.9.6
2014-08-14 14:14:22 +09:00
Junegunn Choi
eee4735770
Update shorthand notation for stick_to_left: > to unset
...
- `<` == `stl1`
- `>` == `stl0`
2014-08-14 12:38:44 +09:00
Junegunn Choi
5e2a588403
Update README
2014-07-23 22:17:40 +09:00
Junegunn Choi
2fa6a040f6
Change option name and shorthand notations
...
- `mode_sequence` (`ms`) -> `align` (`a`)
- `stick_to_left` (`<` / `s01`)
This commit does not break backward compatibility.
`mode_sequence` is still allowed.
2014-07-23 22:15:01 +09:00
Junegunn Choi
f9a49e441d
Preserve last selection when using <Plug>(EasyAlign)
2.9.5
2014-06-27 23:31:22 +09:00
Junegunn Choi
fc9555cd65
Allow negation operator in ignore_groups option
...
e.g. ig['!String']
2.9.4
2014-06-24 00:09:51 +09:00
Junegunn Choi
a98c1ccc99
Add '#'-rule ( #30 )
...
For Ruby/Python comments. This new '#' rule will only match
'#' characters that are highlighted as comments.
2014-06-20 10:36:37 +09:00
Junegunn Choi
0aa6289d8c
Update EXAMPLES.md
2014-06-08 00:36:07 +09:00
Junegunn Choi
cc8966c0a5
Update README
2014-05-31 02:59:14 +09:00
Junegunn Choi
da281d78d3
Update document
2014-05-31 00:50:25 +09:00
Junegunn Choi
8e8629c0cd
Export-ignore .travis.yml
2014-05-16 11:56:25 +09:00
Junegunn Choi
a9f593fdf8
Update test runner
2.9.3
2014-05-09 00:55:28 +09:00
Junegunn Choi
d87ea32cfe
Update .travis.yml
2014-04-28 13:44:45 +09:00
Junegunn Choi
11a6b03e7e
Add .travis.yml
2014-04-28 13:25:20 +09:00
Junegunn Choi
ba54df53ca
Better handling of tab characters using strdisplaywidth
2014-04-11 10:39:39 +09:00
Junegunn Choi
d041e17bba
Update README
2014-03-19 19:10:53 +09:00
Junegunn Choi
2ab86911cb
Update README
2014-03-19 19:06:03 +09:00
Junegunn Choi
4929841a7a
Remove +float dependency
2.9.2
2014-01-20 01:30:31 +09:00
Junegunn Choi
12792cd60f
Simplify tests using Include: directive
2014-01-19 11:32:52 +09:00
Junegunn Choi
f7213f30f3
Update README
...
- Changed maps to LiveEasyAlign
2013-12-22 15:19:58 +09:00
Junegunn Choi
f44c325aa2
Merge branch 'master' of github.com:junegunn/vim-easy-align
2013-12-21 16:47:27 +09:00
Junegunn Choi
dc4786841e
Workaround for Vim bug: using Float as a String in gvim ( #27 )
2013-12-19 10:20:04 +09:00
Junegunn Choi
46abd8fb92
Add set cpo&vim for compatible mode
2013-12-19 10:04:03 +09:00
Junegunn Choi
af39e544ca
set cpo&vim for compatible mode
2013-12-19 00:53:05 +09:00
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
2.9.1
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
6d85e93476
Make repeatable in visual mode
2013-12-06 02:11:57 +09:00
Junegunn Choi
9271fc3f8f
Make visual-operator repeatable ( #24 )
2.9.0
2013-12-05 23:16:33 +09:00
Junegunn Choi
d3eec7fa8b
Remove an unnecessary function call
2013-12-05 20:50:46 +09:00
Junegunn Choi
62387b78e0
Fix normal-mode repeat affected by visual-mode operator
2013-12-05 13:36:01 +09:00
Junegunn Choi
f400e4d8d1
Wording
2013-12-03 02:27:30 +09:00
Junegunn Choi
9716fb3917
One-minute guide
2013-12-03 02:25:40 +09:00
Junegunn Choi
353ae9b071
One-minute guide
2013-12-03 02:21:05 +09:00
Junegunn Choi
ba4ba6e3c4
Fix vim-repeat integration
2013-12-02 00:33:33 +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
ddc1e00b81
Update README
...
- Add <silent> to opfunc mapping
2013-11-30 11:55:54 +09:00
Junegunn Choi
462a800064
Generic operator function with interactive mode
2013-11-30 11:41:11 +09:00
Junegunn Choi
3921d0bab3
Fix #20 - Alignment with tabs inserting spaces
2.8.1
2013-11-20 07:27:39 +09:00