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
68aef9800d
commit
2e837e6389
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
plugin/makecols.vim
+ 2
- 1
plugin/makecols.vim
View File
@ -82,7 +82,8 @@ function! s:convert_selection_vert()
" For Loopage Goes here
for
i
in
old_selection
echom
string
(
old_selection
)
echom
old_selection
[
c
]
let
c
+
=
1
endfor
return
join
(
[
new_string
,
""
]
,
"\n"
)
Write
Preview
Loading…
Cancel
Save