File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -75,4 +75,26 @@ Git repository: https://github.com/coderifous/textobj-word-column.vim
75
75
===============================================================================
76
76
CHANGELOG *textobj-word-column-changelog*
77
77
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
+
You can’t perform that action at this time.
0 commit comments