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