|
@ -10,7 +10,8 @@ endfunction |
|
|
function! s:makecols() |
|
|
function! s:makecols() |
|
|
let selection = $selection |
|
|
let selection = $selection |
|
|
let lines = getline("'<")[getpos("'<")[2]-1:getpos("'>")[2]] |
|
|
let lines = getline("'<")[getpos("'<")[2]-1:getpos("'>")[2]] |
|
|
return lines |
|
|
|
|
|
|
|
|
echo lines |
|
|
|
|
|
return s:beep() |
|
|
endfunction |
|
|
endfunction |
|
|
|
|
|
|
|
|
|
|
|
|
|
|