Browse Source

testing

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

+ 4
- 5
plugin/makecols.vim View File

@ -7,7 +7,9 @@ function! s:beep()
return "" return ""
endfunction endfunction
function! s:makecols(no_of_cols)
function! s:makecols()
let selection = $selection
let lines = getline("'<")[getpos("'<")[2]-1:getpos("'>")[2]]
return s:beep() return s:beep()
endfunction endfunction
@ -15,11 +17,8 @@ endfunction
nnoremap <Plug>MakeCols :<C-U>call <SID>makecols(4)<CR>
if !exists("g:makecols_no_mappings") || ! g:makecols_no_mappings if !exists("g:makecols_no_mappings") || ! g:makecols_no_mappings
nmap mc <Plug>MakeCols
nmap mc :call makecols()
endif endif

Loading…
Cancel
Save