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
3e4205abc1
commit
80ca8f48c1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugin/makecols.vim
+ 1
- 1
plugin/makecols.vim
View File
@ -93,7 +93,7 @@ function! s:convert_selection_vert()
let
i
=
i
+
rows
let
sec
=
get
(
old_selection
,
i
,
""
)
let
new_string
=
join
(
[
new_string
,
sec
]
,
"\t"
)
let
i
=
z
let
i
=
z
+
1
endwhile
let
new_string
=
join
(
[
new_string
,
""
]
,
"\n"
)
let
c
+
=
1
Write
Preview
Loading…
Cancel
Save