Skip to content

Commit ca711dd

Browse files
committed
Updated changelog in docs.
1 parent 793792c commit ca711dd

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

doc/textobj-word-column.txt

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,26 @@ Git repository: https://github.com/coderifous/textobj-word-column.vim
7575
===============================================================================
7676
CHANGELOG *textobj-word-column-changelog*
7777

78-
First Public Release: 2012/06/18
78+
2012/06/18: First Public Release.
79+
80+
2012/06/23: Added smart-column-boundaries:
81+
82+
Smart boundaries do a better job of figuring out where the visual block
83+
should start and stop for columns with variable length words, and are
84+
smarter about when to do when whitespace is in the mix.
85+
86+
* Cursor position | vic Without Smart Boundaries | vic With Smart Boundaries
87+
------------------+------------------------------+---------------------------
88+
89+
ab*c omg |abc| omg |abc | omg
90+
abcdef omg |abc|def omg |abcdef| omg
91+
abc omg |abc| omg |abc | omg
92+
93+
abc * omg abc| |omg |abc | omg
94+
abcdef omg abc|def |omg |abcdef| omg
95+
abc omg abc| |omg |abc | omg
96+
97+
abc *omg abc| |omg abc | |omg
98+
abcdef omg abc|def |omg abcdef| |omg
99+
abc omg abc| |omg abc | |omg
100+

0 commit comments

Comments
 (0)