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
2e837e6389
commit
14eb5d90cd
1 changed files
with
8 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-1
plugin/makecols.vim
+ 8
- 1
plugin/makecols.vim
View File
@ -81,8 +81,15 @@ function! s:convert_selection_vert()
let
@
z
=
""
" For Loopage Goes here
let
a
=
rows
for
i
in
old_selection
echom
old_selection
[
c
]
if
(
a
%
rows
)
echom
old_selection
[
a
]
let
a
=
rows
else
echom
old_selection
[
c
]
endif
let
a
+
=
1
let
c
+
=
1
endfor
Write
Preview
Loading…
Cancel
Save