Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Add ez_setup to MANIFEST.in, fixed vim info in README
Browse files Browse the repository at this point in the history
  • Loading branch information
orestis committed Nov 22, 2008
1 parent 8831ea6 commit cb171d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -2,6 +2,7 @@ include README.markdown
include AUTHORS include AUTHORS
include pysmell.vim include pysmell.vim
include pysmell.el include pysmell.el
include ez_setup.py
include CHANGELOG include CHANGELOG
include PySmell.tmbundle/** include PySmell.tmbundle/**
include PySmell.tmbundle/Commands/** include PySmell.tmbundle/Commands/**
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -75,7 +75,7 @@ To use PySmell omnicompletion from inside Vim, you have to have:


1. Python support in vim (`:echo has('python')`) 1. Python support in vim (`:echo has('python')`)
2. The pysmell package in the PYTHONPATH that Vim uses: `python import pysmell` should work. 2. The pysmell package in the PYTHONPATH that Vim uses: `python import pysmell` should work.
3. Drop pysmell.vim in ~/.vim/plugins 3. Drop pysmell.vim in ~/.vim/plugin
4. `:setlocal omnifunc=pysmell#Complete` Note: If you want to always use pysmell for 4. `:setlocal omnifunc=pysmell#Complete` Note: If you want to always use pysmell for
python, do: `autocmd FileType python setlocal omnifunc=pysmell#Complete` python, do: `autocmd FileType python setlocal omnifunc=pysmell#Complete`
5. [OPTIONAL] Select a matcher of your liking - look at pysmell.vim for 5. [OPTIONAL] Select a matcher of your liking - look at pysmell.vim for
Expand Down

0 comments on commit cb171d0

Please sign in to comment.