Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: venv.vim: command-completion #48

Open
westurner opened this issue Jan 30, 2017 · 1 comment
Open

ENH: venv.vim: command-completion #48

westurner opened this issue Jan 30, 2017 · 1 comment
Labels

Comments

@westurner
Copy link
Owner

" venv.vim
" :Cdwrd, :Cdsrc, :Cdetc completion

" help command-completion
" -complete=dir
" -complete=file (file or dir)
" -complete=function_name

function function_name
" cd to _DIR
" then -complete=dir
endfunction

@westurner
Copy link
Owner Author

venv.py > venv.vim

# venv.py
VIM_HEADER_TEMPLATE = '''... ${pathvar} ...'''
VIM_FUNCTION_TEMPLATE = ''' ' ''''
VIM_COMMAND_TEMPLATE = ''' ' '''

@westurner westurner added the ENH label Jun 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant