Browse Source

adding features

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

+ 1
- 1
plugin/makecols.vim View File

@ -87,7 +87,7 @@ function! s:convert_selection_vert()
let new_string = ""
let row = 0
while row < rows
let sec = get(old_selection, c, "")
let sec = get(old_selection, row, "")
let col = row
echom "Row: " . row
while col < cols

Loading…
Cancel
Save