roxma / nvim-completion-manager

:warning: PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
MIT License
917 stars 49 forks source link

Undefined name: 'vim' #117

Closed cclauss closed 7 years ago

cclauss commented 7 years ago

flake8 testing of https://github.com/roxma/nvim-completion-manager on Python 3.6.2

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./pythonx/cm_matchers/abbrev_matcher.py:83:37: F821 undefined name 'vim'
    asterisk = '*' if greedy or not vim else '{-}'
                                    ^

1     F821 undefined name 'vim'