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

插件没有正常工作 #43

Closed
4 of 17 tasks
nordwind80 opened this issue Nov 13, 2018 · 1 comment
Closed
4 of 17 tasks

插件没有正常工作 #43

nordwind80 opened this issue Nov 13, 2018 · 1 comment

Comments

@nordwind80
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

YouCompleteMe: 最新版本

Minimal Configuration

"CompleteParameter
inoremap ( complete_parameter#pre_complete("()")
let g:complete_parameter_py_keep_value = 1
smap (complete_parameter#goto_next_parameter)
imap (complete_parameter#goto_next_parameter)
smap (complete_parameter#goto_previous_parameter)
imap (complete_parameter#goto_previous_parameter

Issue Details

YCM 自动补全跳转都正常,但是自动补全后按 ( 键 CompleteParameter 没有输出。
另外,CompleteParameter 和 'jiangmiao/auto-pairs' 冲突。禁用后映射正常,但无参数补全。
Python3.7
Vim 8.1.0500

Messages

[CompleteParameter][09:20:02][TRACE][1542072002977647] s:completed_word: mkdir
[CompleteParameter][09:20:02][TRACE][1542072002977647] select_complete_word: mkdir
[CompleteParameter][09:20:02][TRACE][1542072002977647] {'word': 'mkdir', 'menu': 'def mkdir', 'user_data': '0', 'info': 'Create a directory.^@^@if dir_fd is not None, it should be a file desc
riptor open to a directory,^@ and path should be relative; path will then be relative to that directory.^@dir_fd may not be implemented on your platform.^@ If it is unavailable, using it wi
ll raise a NotImplementedError.^@^@the mode argument is ignored on Windows.', 'kind': 'f', 'abbr': ''}
[CompleteParameter][09:20:02][DEBUG][1542072002977647] ['()']
[CompleteParameter][09:20:02][TRACE][1542072002977647] content:[os.mkdir] current_col:8, left:[os.mkdir], right:[]
[CompleteParameter][09:20:02][TRACE][1542072002977647] content: os.mkdir()
[CompleteParameter][09:20:02][TRACE][1542072002977647] current_col: 8
[CompleteParameter][09:20:02][TRACE][1542072002977647] content:[os.mkdir()],current_col:9,word_begin:10,word_end:10
[CompleteParameter][09:20:02][TRACE][1542072002977647] word_len:0
[CompleteParameter][09:20:02][TRACE][1542072002977647] keys: ()^[^[08la<80>kr"Plug

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