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
a8354dd3d5
commit
e012ddc4d5
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugin/makecols.vim
+ 1
- 1
plugin/makecols.vim
View File
@ -99,7 +99,7 @@ function! s:convert_selection_vert()
endif
endif
let
col
=
0
let
col
=
0
while
col
<
cols
while
col
<
cols
-
1
let
col
+
=
1
let
col
+
=
1
let
pos
=
pos
+
rows
let
pos
=
pos
+
rows
echom
"ROW: "
.
row
.
" COL: "
.
col
.
" POS: "
.
pos
echom
"ROW: "
.
row
.
" COL: "
.
col
.
" POS: "
.
pos
Write
Preview
Loading…
Cancel
Save