Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-14 | Add Deoplete's input_patterns for cpp | delphinus | |
2019-06-25 | Use input_patterns & add comments for updating it | delphinus | |
2019-06-19 | Add separated func for deoplete | delphinus | |
Deoplete needs `get_complete_position` method and it has a different signature. It already fetches the input string and attempts to detect the position with `\k*` regexp patterns. | |||
2019-06-19 | Add input_pattern setting for deoplete | delphinus | |
This option is used to determine if `min_pattern_length` is ignored. In usual, it does not start completion when the matched input string is shorter than `min_pattern_length`. But when the string matches `input_pattern`, it starts completion even when ths string is `''`. | |||
2019-06-15 | Raise deoplete source rank to 1000 | BlahGeek | |
2019-05-21 | Revert "Fix #2492 - Remove all Deoplete support for now" | w0rp | |
This reverts commit 975cc7af8fbabe234a220c84e56b7ff719d8d959. | |||
2019-05-16 | Fix #2492 - Remove all Deoplete support for now | w0rp | |
2019-05-12 | #2492 - Try to fix a deoplete bug again | w0rp | |
2019-05-11 | #2492 - Try to fix a bug with ALE's deoplete source | w0rp | |
2019-04-23 | Close #1753 - Implement minimum viable integration with Deoplete | w0rp | |