todd-dsm / mac-ops

QnD Automation to build a MacBook Pro for DevOps
MIT License
11 stars 7 forks source link

M1: grep: pymode.vim: No such file or directory #93

Open tthomaspax8 opened 2 years ago

tthomaspax8 commented 2 years ago

Some of the clones flaked on the vim configuration:

    Check Value before change:

++ grep '('\''g:pymode_rope'\'', \w)$' /Users/tthomas/code/vimsimple/vim/bundle/python-mode/plugin/pymode.vim
grep: /Users/tthomas/code/vimsimple/vim/bundle/python-mode/plugin/pymode.vim: No such file or directory
+ ropeBool=
+ ropeBool=
+ [[ '' -ne 0 ]]
+ printInfo 'Value is already Zero'
+ theInfo='Value is already Zero'
+ printf '%s\n' '
    Value is already Zero

Turns out the package didn't clone properly

bundle % ll python-mode/       
total 0