diff --git a/plugin/makecols.vim b/plugin/makecols.vim index e064e90..bd62aa5 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -18,7 +18,7 @@ endfunction if !exists("g:makecols_no_mappings") || ! g:makecols_no_mappings - nmap mc :call makecols() + vmap mc :call makecols() endif