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
f8966c3591
commit
badd3f2429
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
@ -80,7 +80,7 @@ function! s:convert_selection_vert()
let
rows
=
(
lines
/
g
:
makecols_cols
)
*
1
.
0
let
rows
=
float2nr
(
ceil
(
rows
)
)
let
cols
=
list
[
"g:makecols_cols"
:]
echom
cols
echom
string
(
cols
)
let
@
z
=
""
" For Loopage Goes here
Write
Preview
Loading…
Cancel
Save