diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-25 00:02:45 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-25 00:02:45 -0500 |
commit | 944526dee8afb2428a5613a9a361c27493aadbaf (patch) | |
tree | 5a0f9cbde59554c8d1d4b52849e31063f741b220 /pcr/vim-pydiction/pydiction.install | |
parent | cbe58153e9b21fabc3ea25e4a01b9bdcc17d009b (diff) | |
download | abslibre-944526dee8afb2428a5613a9a361c27493aadbaf.tar.gz abslibre-944526dee8afb2428a5613a9a361c27493aadbaf.tar.bz2 abslibre-944526dee8afb2428a5613a9a361c27493aadbaf.zip |
Removing vim-pydiction: It was removed in upstream
Diffstat (limited to 'pcr/vim-pydiction/pydiction.install')
-rw-r--r-- | pcr/vim-pydiction/pydiction.install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/pcr/vim-pydiction/pydiction.install b/pcr/vim-pydiction/pydiction.install deleted file mode 100644 index d55731df2..000000000 --- a/pcr/vim-pydiction/pydiction.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - echo " Add to your .vimrc file:" - echo "filetype plugin on" - echo "let g:pydiction_location='/usr/share/pydiction/complete-dict'" -} - -post_upgrade() { - echo " Add to your .vimrc file:" - echo "filetype plugin on" - echo "let g:pydiction_location='/usr/share/pydiction/complete-dict'" -} - -# vim:set ts=2 sw=2 et: |