Skip to content

Commit

Permalink
execをsetに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
hokaccha committed May 30, 2010
1 parent c9c3d9c commit e7a86df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoload/perllocallib.vim
Expand Up @@ -4,7 +4,7 @@
" Version: 0.0.1
" License: MIT License <http://www.opensource.org/licenses/mit-license.php>

function! perllocallib#exec(install_base)
function! perllocallib#set(install_base)
if s:is_install_local_lib() == 0
call s:error('not installed local::lib')
return
Expand Down
2 changes: 1 addition & 1 deletion plugin/perllocallib.vim
Expand Up @@ -12,7 +12,7 @@ let g:loaded_perllocallib = 1
let s:save_cpo = &cpo
set cpo&vim

command! -nargs=? -complete=file Locallib call perllocallib#exec(<q-args>)
command! -nargs=? -complete=file Locallib call perllocallib#set(<q-args>)

let &cpo = s:save_cpo

Expand Down

0 comments on commit e7a86df

Please sign in to comment.