Browse Source

adding features

master
lolson 9 years ago
parent
commit
e012ddc4d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugin/makecols.vim

+ 1
- 1
plugin/makecols.vim View File

@ -99,7 +99,7 @@ function! s:convert_selection_vert()
endif
let col = 0
while col < cols
while col < cols - 1
let col += 1
let pos = pos + rows
echom "ROW: " . row . " COL: " . col . " POS: " . pos

Loading…
Cancel
Save