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
testing
master
lolson
9 years ago
parent
1dd3e121bd
commit
1262838f6d
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
@ -24,7 +24,7 @@ function! s:get_visual_selection()
for
i
in
lines
" start combining
if
(
c
=
=
0
)
let
new_string
=
lines
[
i
]
let
new_string
=
join
(
[
new_string
,
lines
[
i
]
]
,
""
)
else
if
(
c
%
no_of_cols
)
let
new_string
=
join
(
[
new_string
,
lines
[
i
]]
,
"\t"
)
Write
Preview
Loading…
Cancel
Save