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
09d5cdee7d
commit
d400163a8a
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
@ -83,7 +83,7 @@ function! s:convert_selection_vert()
" For Loopage Goes here
let
a
=
rows
for
i
in
old_selection
if
(
c
=
=
line
s
)
if
(
c
>
=
row
s
)
break
endif
let
char1
=
get
(
old_selection
,
c
,
""
)
Write
Preview
Loading…
Cancel
Save