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

missing space between long parameter type like 'const struct sockaddr *' #33

Open
4 of 17 tasks
xiangp126 opened this issue Jun 21, 2018 · 1 comment
Open
4 of 17 tasks

Comments

@xiangp126
Copy link

Issue Prelude

  • Category
    • Question
    • Bug
    • Suggestion
  • OS
    • Linux
    • macOS
    • Windows
    • Etc.
  • Vim
    • Vim
    • Neovim
  • Language
    • C
    • C++
    • go
    • python
    • rust
    • javascript
    • typescript
    • erlang

Completion Engine and Commit SHA

Minimal Configuration

Issue Details

Hi, thank you for providing such a good tool.
when I type a function like:
int connect(int, const struct sockaddr *addr, socklen_t);

it completes as connect(int, conststructsockaddr*addr, socklen_t)
missing all the white space between 'const struct sockaddr *'

I mean it's not a bug, this is just a suggestion, thanks.

Messages

@tenfyzhong
Copy link
Owner

It's ok in my pc. Can you give me a screenshot and minimal configuration?

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

2 participants