Browse Source

testing

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

+ 2
- 4
plugin/makecols.vim View File

@ -8,9 +8,9 @@ function! s:beep()
endfunction
function! s:makecols()
let selection = $selection
let lines = getline("'<")[getpos("'<")[2]-1:getpos("'>")[2]]
echo lines
let lines = ""
return s:beep()
endfunction
@ -18,9 +18,7 @@ endfunction
if !exists("g:makecols_no_mappings") || ! g:makecols_no_mappings
vnoremap mc :call <SID>makecols()<CR>
endif
vnoremap mc :call <SID>makecols()<CR>

Loading…
Cancel
Save