Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go-prompt: fix update completion data
The issue that in `GetSelectedSuggestion()` there is no checks that index in valid range. So here we are resetting `selected` index, if length of new array is less, than it was. Part of tarantool/tt#944
- Loading branch information