Commit Graph

2 Commits

Author SHA1 Message Date
a96b466efb
app-vim/nvim-cmp: Replace 'echo' with ':;' in NOP
'echo' was abused to implement a no-operation (NOP) call in src_compile.
However that echo might have some implication like adding an empty line
into the compilation output. Dropping it in favor for ':;' instead which
is the usual style in other ebuilds.

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
2022-09-20 09:47:02 +02:00
346312ad3b
app-vim/nvim-cmp: Bump to 0.0.1
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
2022-09-17 09:43:40 +02:00