diff --git a/plugin/makecols.vim b/plugin/makecols.vim index ca303cb..79ea835 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -82,6 +82,7 @@ function! s:convert_selection_vert() while c <= rows echom "Count: " . c + let c += 1 endwhile " For Loopage Goes here