missing space between long parameter type like 'const struct sockaddr *'
xiangp126 opened this issue · 1 comments
xiangp126 commented
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 commented
It's ok in my pc. Can you give me a screenshot and minimal configuration?