Skip to content

Commit

Permalink
Plugin refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Nov 8, 2011
1 parent 516cc52 commit 48b6d05
Show file tree
Hide file tree
Showing 17 changed files with 416 additions and 496 deletions.
2 changes: 1 addition & 1 deletion after/ftplugin/python.vim
@@ -1,4 +1,4 @@
" Fix omnifunc
if g:pymode_rope_vim_completion
if g:pymode && g:pymode_rope && g:pymode_rope_vim_completion
setlocal omnifunc=RopeOmni
endif
27 changes: 0 additions & 27 deletions after/plugin/pymode_breakpoint.vim

This file was deleted.

29 changes: 0 additions & 29 deletions after/plugin/pymode_doc.vim

This file was deleted.

160 changes: 0 additions & 160 deletions after/plugin/pymode_lint.vim

This file was deleted.

102 changes: 0 additions & 102 deletions after/plugin/pymode_rope.vim

This file was deleted.

25 changes: 0 additions & 25 deletions after/plugin/pymode_run.vim

This file was deleted.

0 comments on commit 48b6d05

Please sign in to comment.