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
4c5d868e35
commit
26aa668bb3
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
plugin/makecols.vim
+ 2
- 2
plugin/makecols.vim
View File
@ -85,10 +85,10 @@ function! s:convert_selection_vert()
" 2 6 10
" 3 7 11
let
new_string
=
""
let
row
=
0
let
row
=
1
let
pos
=
0
while
row
<
rows
let
col
=
0
let
col
=
1
echom
"ROW: "
.
row
.
" COL: "
.
col
.
" POS: "
.
pos
if
(
row
=
=
0
)
let
content
=
get
(
old_selection
,
0
,
"blank"
)
Write
Preview
Loading…
Cancel
Save