emacs-ycmd icon indicating copy to clipboard operation
emacs-ycmd copied to clipboard

Tip from reddit

Open abingham opened this issue 11 years ago • 0 comments

That's nice, I wrote some simple backend myself too. Just one tip: the remove-if-not + string-prefix-p combo can be replaced with the built-in function all-completions. For example: (all-completions arg sample-completions)

abingham avatar Sep 22 '14 20:09 abingham