Browse Source

Phenomenal Features

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

+ 0
- 5
plugin/makecols.vim View File

@ -79,11 +79,6 @@ function! s:convert_selection_vert()
let rows = float2nr(ceil(rows)) let rows = float2nr(ceil(rows))
let @z = "" let @z = ""
" 12 item example below
" 0 4 8
" 1 5 9
" 2 6 10
" 3 7 11
let new_string = "" let new_string = ""
let row = 0 let row = 0
let col = 0 let col = 0

Loading…
Cancel
Save