The CandidateListCompletionHandler has an option to add a blank after a single full completion. However the code limits this to situations where the cursor is at the end of the buffer. I believe the behavior should be the same when the cursor is anywhere in the buffer. This also requires some more attention to the existing chars in the buffer, to avoid creating a second blank where one existed already.
The CandidateListCompletionHandler has an option to add a blank after a single full completion. However the code limits this to situations where the cursor is at the end of the buffer. I believe the behavior should be the same when the cursor is anywhere in the buffer. This also requires some more attention to the existing chars in the buffer, to avoid creating a second blank where one existed already.