* Expose get_selected_entry() from view module to main cmp module fixes #385 * add get_active_entry() also * fix linting * remove unused vars Co-authored-by: alex.tylor <atylor@gmail.com>
This commit is contained in:
@@ -389,7 +389,7 @@ core.confirm = function(self, e, option, callback)
|
||||
},
|
||||
['end'] = snippet_ctx.cursor,
|
||||
},
|
||||
newText = ''
|
||||
newText = '',
|
||||
} })
|
||||
config.get().snippet.expand({
|
||||
body = completion_item.textEdit.newText,
|
||||
|
||||
Reference in New Issue
Block a user