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
dbc698f2ab
commit
8bd9f7686f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
plugin/makecols.vim
+ 1
- 0
plugin/makecols.vim
View File
@ -105,6 +105,7 @@ function! s:convert_selection_vert()
else
let
new_string
=
join
(
[
new_string
,
content
]
,
"\t"
)
endif
let
pos
+
=
1
endwhile
let
new_string
=
join
(
[
new_string
,
""
]
,
"\n"
)
let
row
+
=
1
Write
Preview
Loading…
Cancel
Save