vim_bridge is a Python-to-Vim bridge decorator that allows transparent calls to Python functions in native Vim scripts. python << endpython from vim_bridge import ...
Have you ever forgotten the parameters to a Python function? Or maybe you are just tired of typing the same keyword arguments over and over? Do you find yourself making typos while trying to create an ...