errors.fyi community error code reference
E385
vim

search hit BOTTOM without match for: {pattern}

A forward search reached the end of the file without finding the pattern and 'wrapscan' is disabled. Enable 'wrapscan' (:set wrapscan) to allow searches to wrap around the file.

References

โ† all namespaces for E385