j-xella
9815a55dbc
Resolve syntax highlighting group in neovim/treesitter ( #160 )
...
Co-authored-by: Junegunn Choi <junegunn.c@gmail.com >
2024-04-13 12:21:42 +09:00
Michael Gaffney
12dd631697
Allow 'easy-align.txt' to be listed in the LOCAL ADDITIONS section of help.txt
...
The first field on the first line of a help file should be a link to the
help file name. (See :h help-writing)
2019-04-29 13:32:31 +09:00
Junegunn Choi
1cd724dc23
Fix invalid detection of blockwise visual mode
...
Close #105
2017-06-03 22:10:13 +09:00
Junegunn Choi
14c693dfe5
Merge pull request #104 from D4D3VD4V3/patch-1
...
Fixed typo in docs
2017-06-01 01:15:46 +09:00
Dave
d3f8e64261
Fixed typo in docs
2017-05-31 21:18:52 +05:30
Junegunn Choi
3b395bd5ba
Merge pull request #99 from yanma/default_nth
...
Add g:easy_align_nth to allow configuring default nth
2017-02-08 00:38:53 +09:00
Hiroaki Yamazoe
05cc60d222
add test case for g:easy_align_nth
2017-02-08 00:30:52 +09:00
Hiroaki Yamazoe
4be4101ad5
add g:easy_align_nth to allow configuring default nth
2017-02-04 19:57:39 +09:00
Junegunn Choi
3800a5405c
Merge pull request #98 from jan-warchol/master
...
Fix typos in README.md
2017-01-28 11:09:55 +09:00
Jan Warchoł
2e27fe55ad
Fix typos in README.md
2017-01-27 22:38:48 +01:00
Junegunn Choi
0cb6b98fc1
Use search pattern as delimiter if empty regex is given
...
Close #78
2016-03-06 13:47:17 +09:00
Junegunn Choi
dd98d0a895
Add " rule for vim comments
...
Related: #76
2016-02-05 11:06:00 +09:00
Junegunn Choi
d1b68f9dd0
Undo when LiveEasyAlign is cancelled via CTRL-C
2016-01-26 00:57:54 +09:00
Junegunn Choi
4fb4c1056c
Clear command-line or restore visual selection on interrupt
...
Close #74
2016-01-26 00:52:09 +09:00
Junegunn Choi
7cb559eb70
Update EXAMPLES.md
2015-10-09 23:02:47 +09:00
Junegunn Choi
9ebd0e82da
Remove DEMO.md
2015-10-09 22:27:43 +09:00
Junegunn Choi
9e6207246c
Update README
2015-10-09 22:02:02 +09:00
Junegunn Choi
4732f10155
Update README
2015-10-09 18:42:19 +09:00
Junegunn Choi
cd124c2c0b
Merge pull request #70 from junegunn/doc-update
...
Update README (#68 )
2015-10-09 18:29:35 +09:00
Junegunn Choi
ed65b47f1b
Update README ( #68 )
...
- Split the long demo into short gifs
- Clarify the modes of execution
2015-10-09 18:27:02 +09:00
Junegunn Choi
fac9f4dd75
Fix failing test case
2015-10-09 18:23:51 +09:00
Junegunn Choi
0db4ea6132
Use virtcol in blockwise visual mode
2.10.0
2015-10-01 19:32:36 +09:00
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