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

How to complete function name without '(' char? #213

Closed
ghost opened this issue Oct 31, 2020 · 1 comment
Closed

How to complete function name without '(' char? #213

ghost opened this issue Oct 31, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 31, 2020

There are some code in a python file:

lst = []
lst.app|

The char | means the cursor position, when I press Tab key, it will complete to this:

lst = []
lst.append(|

I use let g:SuperTabDefaultCompletionType="context" to do function completion, but I don't want the char (, are there any solutions for me?

@ghost
Copy link
Author

ghost commented Nov 1, 2020

Be solved.

@ghost ghost closed this as completed Nov 1, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants