This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leviolson
/
vim-makecols
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
adding features
master
lolson
9 years ago
parent
3a4db4e7bc
commit
583a6df717
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
plugin/makecols.vim
+ 3
- 0
plugin/makecols.vim
View File
@ -83,6 +83,9 @@ function! s:convert_selection_vert()
" For Loopage Goes here
let
a
=
rows
for
i
in
old_selection
if
(
c
=
=
lines
)
break
endif
echom
get
(
old_selection
,
c
,
""
)
echom
get
(
old_selection
,
a
,
""
)
let
a
+
=
1
Write
Preview
Loading…
Cancel
Save