rox
rox
> 2017-11-17 10:58:20,553 [INFO @ cm_core.py:cm_complete:177] 1366 - [gtr] outdated matches, old typed [salut. je ] cur typed[salut. je co] > 2017-11-17 10:58:20,554 [INFO @ cm_core.py:cm_complete:184] 1366 - [gtr] matches...
The matches is `[{'menu': 'I', 'word': 'je'}, {'menu': 'I like you', 'word': 'je t'aime'}, {'menu': 'I am', 'word': 'je suis'}, {'menu': 'I go', 'word': 'je vais'}, {'menu': "I'm calling", 'word':...
By the way, you use `startcol=7`, which is implying the menu will be virtually displayed like ``` salut. je co |je suis ...| |je vais ...| ```` Due to the...
Try using `cm.complete(..., refresh=True)` to disable NCM's word caching.
`startcol` is calculated according to your `word_pattern`, which includes spaces. The matches you sent to NCM trimed the spaces. You need to restore the spaces in the matches. Or change...
@tomdl89 @axelf4 Hi, could you please comment on this pull request?
@tomdl89 Thank you for adding the tests.
Your vimrc seems ok. You could use omnifunc to test the tern_for_vim plugin, to confirm nodejs is working The [trouble-shooting section of NCM](https://github.com/roxma/nvim-completion-manager/wiki/Trouble-shooting) might help you debug this issue.
I'm not maintaining this project anymore. (I've switched my phone number already long ago) The code is really small, I think you could easily create your own version. https://github.com/roxma/SMS-Forward/blob/master/app/src/main/java/roxma/org/sms_forward/SmsListener.java
SACP supports ternjs through omnicompletion. You may feed the "" key for popup menu. EDIT: Before that, you need to install [tern_for_vim](https://github.com/ternjs/tern_for_vim)