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
Junegunn Choi
ea1ea51ef1
Fix link to slow GIF
2013-11-15 02:27:14 +09:00
Junegunn Choi
2daae46a43
Fix indentation option to work with hard tabs ( #19 )
2.8.0
2013-10-31 12:32:07 +09:00
Junegunn Choi
2b119f9bb6
Fix issue #19 (hard tab indentation)
2013-10-31 11:08:02 +09:00
Junegunn Choi
15bcbc9499
Update readme
2013-10-29 23:24:14 +09:00
Junegunn Choi
54e6b5d866
Update screenshot
2013-10-29 22:17:23 +09:00
Junegunn Choi
1f28ce346e
Update README
2013-10-27 03:14:40 +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
c3a7842b0d
Remove a redundant Expect block
2013-10-22 11:24:46 +09:00
Junegunn Choi
3cc564bd68
Do not attach margin_left string before phantom token
2.7.0
2013-10-19 19:49:11 +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
bec3e94383
Log g:easy_align_last_command
2013-10-18 18:05:52 +09:00
Junegunn Choi
7f0fccba0b
Update README
2013-10-15 23:08:16 +09:00