From 46810e0f289df35752fe0c9df65f6dc51598bb11 Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 17:06:18 -0500 Subject: [PATCH] Phenomenal Features --- plugin/makecols.vim | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index 3c8cde5..ccfd395 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -79,11 +79,6 @@ function! s:convert_selection_vert() let rows = float2nr(ceil(rows)) let @z = "" - " 12 item example below - " 0 4 8 - " 1 5 9 - " 2 6 10 - " 3 7 11 let new_string = "" let row = 0 let col = 0