Junegunn Choi
504eab0f59
Change split logic to allow advanced patterns
...
- \v (Fix #67 )
- \zs (Fix #55 )
2015-10-01 19:26:46 +09:00
Junegunn Choi
98e0b493ac
Apply filter option to substrings in blockwise-visual mode
2015-09-16 03:08:08 +09:00
Junegunn Choi
1206c65dcb
Fix regular expression for = rule
...
Bug reported by @cvlmtg
2.9.7
2015-07-20 00:39:09 +09:00
Junegunn Choi
a1118be7d9
Extend default = rule to include ?=
...
Close #65
2015-07-15 21:57:33 +09:00
Junegunn Choi
c62d124be6
Update help file
2014-12-14 02:48:28 +09:00
Junegunn Choi
883c6b67a0
Add regression test case for #51
2014-12-10 12:01:39 +09:00
Junegunn Choi
32591ec4d4
Merge branch 'wilywampa-fixrepeat'
2014-12-10 11:53:28 +09:00
Jacob Niehus
ac9aa14ae4
Fix repeat of visual LiveEasyAlign
2014-12-09 19:41:39 -07:00
Junegunn Choi
cafe55dd65
Fix #50 - Updated shorthand notation (m -> a)
2014-12-09 15:25:44 +09:00
Junegunn Choi
6c276c37ad
Add failing test case for #50
2014-12-09 15:23:46 +09:00
Junegunn Choi
1744414e7e
Update README
2014-12-08 17:34:12 +09:00
Junegunn Choi
246139c57c
Remove dead code ( Fix #47 )
...
Thanks to @itchyny
2014-12-01 19:26:28 +09:00
Junegunn Choi
3afd4540ed
Fix #46 : Remove duplicate tags
2014-12-01 01:04:04 +09:00
Junegunn Choi
2782c1d0db
Fix <CTRL-P> to toggle liveness when delimiter is not entered ( #44 )
2014-11-30 11:34:32 +09:00
Junegunn Choi
d983381a99
Merge branch 'master' of github.com:junegunn/vim-easy-align
2014-11-30 02:03:36 +09:00
Junegunn Choi
52814ccd96
Update License
2014-11-30 02:03:13 +09:00
Junegunn Choi
aa1ba68ea0
Retain cursor position after <Plug>(EasyAlign) in visual mode
2014-11-30 02:01:52 +09:00
Junegunn Choi
b8abc366a6
Fix code indentation
2014-11-30 01:46:11 +09:00
Junegunn Choi
f6586bad39
<CTRL-P> to switch to live interactive mode ( #44 )
2014-11-30 01:45:27 +09:00
Junegunn Choi
44216b0a2c
Do nothing when nomodifiable ( #43 )
2014-11-23 03:39:33 +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