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