Browse Source

adding features

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

+ 2
- 1
plugin/makecols.vim View File

@ -93,8 +93,9 @@ function! s:convert_selection_vert()
let new_string = join([new_string, content], "")
endif
let col = row
let pos = row
while col < cols
let pos = col + rows
let pos = pos + rows
echom "ROW: " . row . " COL: " . col . " POS: " . pos
let content = get(old_selection, pos, "blank")
if (col == 0)

Loading…
Cancel
Save