This repository was archived by the owner on Jul 27, 2018. It is now read-only.
Add Python docstring Optional Configuration Tip#163
Open
bbkane wants to merge 3 commits intoroxma:masterfrom
bbkane:master
Open
Add Python docstring Optional Configuration Tip#163bbkane wants to merge 3 commits intoroxma:masterfrom bbkane:master
bbkane wants to merge 3 commits intoroxma:masterfrom
bbkane:master
Conversation
LaBatata101
suggested changes
Nov 28, 2017
LaBatata101
left a comment
There was a problem hiding this comment.
For closing the preview window I found this better
autocmd CompleteDone * silent! pclose!
Author
|
According to the comments on https://stackoverflow.com/a/26022965/2958070 , that can close the window before typing the arguments (meaning you can't read the docs as you type your args). Of course, that might be what some people want, but I don't think it's an unconditionally better solution. Maybe we could link to the StackOverflow question in the README and people could choose their favorite. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I created an issue for this ( #132 ) and @LaBatata101 did as well (#162 ), so maybe other people can use the code as well. Thanks for the awesome plugin!