Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kagaya committed Jun 9, 2013
1 parent b6ec58b commit 4516e8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/cake.vim
@@ -1,7 +1,7 @@
" cake.vim - Utility for CakePHP developpers.
" Maintainer: Yuhei Kagaya <yuhei.kagaya@gmail.com>
" License: This file is placed in the public domain.
" Last Change: 2013/06/08
" Last Change: 2013/06/09

if exists('g:loaded_cake_vim')
finish
Expand Down Expand Up @@ -83,6 +83,7 @@ let jump_resources = {
\ 'controller' : {'arg' : '*', 'complete_func' : 1},
\ 'model' : {'arg' : '*', 'complete_func' : 1},
\ 'view' : {'arg' : '+', 'complete_func' : 1},
\ 'controllerview' : {'arg' : '+', 'complete_func' : 1},
\ 'config' : {'arg' : '+', 'complete_func' : 1},
\ 'component' : {'arg' : '*', 'complete_func' : 1},
\ 'shell' : {'arg' : '+', 'complete_func' : 1},
Expand Down

0 comments on commit 4516e8c

Please sign in to comment.