File: lua/model_cmp/virtualtext.lua:108
Introduction: capturefirstline() reads M.CaptureText.content which was set during the last update_preview() call. If the user types more text between the suggestion appearing and pressing <C-s>, the captured text is stale and may not match the current buffer state.
File:
lua/model_cmp/virtualtext.lua:108Introduction:
capturefirstline()readsM.CaptureText.contentwhich was set during the lastupdate_preview()call. If the user types more text between the suggestion appearing and pressing<C-s>, the captured text is stale and may not match the current buffer state.