Browse Source

testing

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

+ 1
- 2
plugin/makecols.vim View File

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

Loading…
Cancel
Save