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
A very common scenario is that I want to append one more argument to the argument list.
And I'm trying to use vim built-in completion feature.
Here I'm using the command C-n to complete the variable name.
After I hit <CR>, the code goes to this. This is definitely not what I expect.
The text was updated successfully, but these errors were encountered:
I have the following code which should follow the PEP8 guideline.
A very common scenario is that I want to append one more argument to the argument list.
And I'm trying to use vim built-in completion feature.
Here I'm using the command
C-n
to complete the variable name.After I hit
<CR>
, the code goes to this. This is definitely not what I expect.The text was updated successfully, but these errors were encountered: