You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"summary": "Complete word from Python src files.",
"name": "completeWord.py",
"script_type": "utility",
"description": "Completes the word under the cursor by scanning the current file and any imported Python modules that have source available.",
"install_details": "Requires Vim to be compiled with the Python interpreter. Change the mapping at the bottom of the file and 'pyfile completeWord.py'",