Skip to content

Commit

Permalink
source support_function.vim or you will meet the "JavaClassNameFromFi…
Browse files Browse the repository at this point in the history
…lename Not Found" error when you try to complete the java class snippet.
  • Loading branch information
lihuazhang committed Mar 14, 2012
1 parent dca40fc commit 683ecac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vimrc
Expand Up @@ -84,6 +84,8 @@
Bundle 'scrooloose/syntastic'
Bundle 'garbas/vim-snipmate'
Bundle 'spf13/snipmate-snippets'
" Source support_function.vim to support snipmate-snippets.
source $HOME/.vim/bundle/snipmate-snippets/snippets/support_functions.vim
Bundle 'tpope/vim-fugitive'
Bundle 'scrooloose/nerdcommenter'
Bundle 'godlygeek/tabular'
Expand Down

0 comments on commit 683ecac

Please sign in to comment.